Getting started
CPU searches
GPU searches
Conda builds avaiable for Linux, MacOs and Windws:
conda install -c efelix fpsim2
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