How do I install the Python client library?
Before you begin
Step 1 - Navigate to source code
The source code for FeatureBase Python client library is stored in a public repository on github.
Step 2 - Download the python client source
Download the repository content to your local. You can clone the repository using git
or download the source code as a zip file and extract.
Step 3 - Install the python client library
Navigate to the directory where you have downloaded the python-featurebase
source files and run make
command to build and install the library as a new package into your local python environment.