- python (version>=3.6)
- rdkit (version>=2020.03.4)
- numpy
- networkx
- pytest
Clone the repository:
git clone https://github.com/colliner/pyCBH.git
Run make conda_env
to create the conda environment.
Activate the conda environment:
conda activate pyCBH
Run pytest
or pytest -v