Requirements
-
Download Anaconda Navigator. https://www.anaconda.com/download
-
Create a virtual environment with conda and rdkit.
conda create -c conda-forge -n my-rdkit-env rdkit -
Install Jupyter Notebook. Open Anaconda Navigator with:
anaconda-navigatorIn Anaconda Navigator, switch from "base(root)" to "my-rdkit-env", then install Jupyter Notebook. Close Anaconda Navigator and return to the terminal.
-
Activate the virtual environment.
conda activate my-rdkit-env -
Install the Git module.
pip install gitpython -
Clone repository.
git clone https://github.com/DIFACQUIM/HANA.git -
Review Examples.ipynb.
