Installation
Pip
Install DeepMol via pip:
If you intend to install all the deepmol modules’ dependencies:
pip install deepmol[all]
Extra modules:
pip install deepmol[preprocessing]
pip install deepmol[machine_learning]
pip install deepmol[deep_learning]
Also, you should install mol2vec and its dependencies:
pip install git+https://github.com/samoturk/mol2vec#egg=mol2vec
Manually
Alternatively, clone the repository and install the dependencies manually:
Clone the repository:
git clone https://github.com/BioSystemsUM/DeepMol.git
Install dependencies:
python setup.py install