Installation¶
Note
In the early stages of development, we are using Python version 3.10. We recommend using pyenv or similar tools to manage your local Python version. We intend to support more Python versions in the future.
Pypi¶
We recommend installing Open Targets Gentropy using Pypi:
pip install gentropy
Source¶
Alternatively, you can install Open Targets Gentropy from source. Check the contributing section for more information.
Uninstall¶
pip uninstall gentropy -y
For any issues with the installation, check the troubleshooting section.