Installation¶
System requirements¶
DGL-LifeSci should work on:
Ubuntu 16.04
macOS X
Windows 10
DGL-LifeSci requires:
Python 3.6 or later
Additionally, we require RDKit 2018.09.3 for cheminformatics. We recommend installing it with
conda install -c conda-forge rdkit==2018.09.3
Other verions of RDKit are not tested.
Install from pip¶
pip install dgllife
Install from source¶
To use the latest experimental features,
git clone https://github.com/awslabs/dgl-lifesci.git
cd dgl-lifesci/python
python setup.py install