- Python 3.10
- Python Dependencies :
- numpy
- deepchem
- matplotlib==3.3.4
- pandas==1.1.5
- rdkit_pypi
- scikit_learn
- torch
- tensorflow
It is recommended to use a Virtual Environment to install the dependencies. You may require administrator privileges to install the Virtual Environment. Installation instructions have been tested on Ubuntu, but should also work on other Linux based operating systems and MacOS.
- Install virtualenv with
pip install virtualenv
. - Create the virtual environment with
virtualenv venv
. - Activate the virtual environment with
source venv/bin/activate
. - Install the dependencies in the virtual environment with
pip install -r requirements.txt
. - Type
deactivate
to deactivate the Virutal Environment once you are done.
or run the following
pip install virtualenv
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
python3 main.py <SMILE-string>