-
Clone this repository
git clone https://github.com/prcurran/pdb_superimposer.git
-
Create a new environment
conda env create -f environment.yml
-
Install this package
conda activate super pip install .
-
Run the CDK2 example
python example.py
-
Remove environment and clean up
conda env remove -n super rm -rf pdb_superimposer