Installation

You do not need anything special to install the package. Just run the following to get the latest version and all dependencies:

pip install git+https://github.com/CDDLeiden/DrugEx.git@master

You can also get tags and development snapshots by varying the @master part (i.e. @3.1.0). After that you can start building models (see Usage).

You can test the installation by running the unit test suite:

python -m unittest discover drugex