Installation Instructions
Setup environment
We strongly suggest to install PhenEx in an isolated python virtual environment using your favorite package manager, such as condas or pyenv. PhenEx requires Python 3.12 or above. After setting up and activating your virtual environment, move on to the next step.
Pip installation
To install from pip (recommended), run the following from within your virtual environment:
Source installation
To install from source (for developers), run the following from within your virtual environment:
git clone https://github.com/Bayer-Group/PhenEx.git && \
cd PhenEx && \
pip install -r requirements.txt && \
pip install .
This will clone the repository and build all the required dependencies.
Installing Jupyter
If you wish to use PhenEx within a Jupyter notebook, you can install the Jupyter kernel with
where --name phenex
specifies the name of your virtual environment.
Check installation
Check that the installation has succeeded, run:
This will display the installed version of PhenEx.
Now what?
That's it! Proceed to the tutorials.