Installation

The latest stable code can be installed from PyPI with:

$ python3 -m pip install drug2ways

The most recent code can be installed from the source on GitHub with:

$ python3 -m pip install git+https://github.com/drug2ways/drug2ways.git

For developers, the repository can be cloned from GitHub and installed in editable mode with:

$ git clone https://github.com/drug2ways/drug2ways.git
$ cd drug2ways
$ python3 -m pip install -e .