Requirements
-
Dowloand Anaconda navigator. https://www.anaconda.com/download
-
Create a virtual ambient 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 change <base(root)> to . Then, install Jupyter notebook. Close Anaconda navigator and return to terminal.
-
Activate virtual ambient.
conda activate my-rdkit-env -
Install git module
pip install gitpython -
Clone repository
git clone https://github.com/DIFACQUIM/HANA.git -
See examples_files.py
