InstallationΒΆ
Note
It is recommended to install GREOPy inside of a virtual environment.
You can use pip to install this package in two ways:
GREOPy is published on pypi.org, so simply run
$ python -m pip install GREOPy
or directly install the package from its repository by running
$ python -m pip install git+https://codeberg.org/JPHackstein/GREOPy
Optional dependencies e.g. for documentation and development tools can be specified during the installation by running e.g.
$ python -m pip install GREOPy[docs,dev]
All optional dependencies are listed in the pyproject.toml file.