Installation

From conda

Conda builds avaiable for Linux, MacOs and Windws:

conda install -c efelix fpsim2

From source

It can be also alternatively installed from source, Pybind11 is required for it’s build:

git clone https://github.com/chembl/FPSim2.git
cd FPSim2
python setup.py install