Installation
You can install this library directly with pip: pip install phenigraph
Or you can download it from gitlab, then you need to compile it : In the main folder, run the command :
python setup.py bdist_wheel
The installation wheel file is in the newly created ‘dist’ folder. To install the library in the local environment:
pip install /path/to/wheelfile.whl
Then the library can be used like any other: import phenigraph as g