Skip to main content Link Menu Expand (external link) Document Search Copy Copied

How do I install the python client library?

The python client library is included in the FeatureBase binary release bundle starting from version molecula-v5.0.0. You will need to contact us in order to get access to our FeatureBase release server to download the library.

Before you begin

Step 1 - Navigate to source code

Step 2 - Download the python client wheel file

The python wheel file is stored in a subfolder named python-featurebase under the version specific release folder. (i.e. molecula-v5.0.0). Click the .whl file to download it, or download the entire FeatureBase release.

Step 3 - Install the python client library

Navigate to the directory you downloaded the .whl file and install with pip3 install <file>.whl