Installation¶
We currently support Python 3.5 & Python 3.6. For installation, there are two alternatives:
- Clone the repository
https://github.com/IBCNServices/GENDIS.gitand run(python3 -m) pip -r install requirements.txt - GENDIS is hosted on PyPi. You can just run
(python3 -m) pip install gendisto add gendis to your dist-packages (you can use it from everywhere).