How do I install the FeatureBase Python client library?
The FeatureBase Python Client Library provides client classes that can:
- connect to a FeatureBase Cloud
- run SQL queries on your database
- output results
Before you begin
- Learn about the FeatureBase Python client library
- Install the following if not already on the target system:
Step 1 - download the library
- Open a CLI on the target system
- Download using one of the following methods:
Method | Command | Additional information |
---|---|---|
Git | git clone git@github.com:FeatureBaseDB/python-featurebase.git | GitHub repository |
Pip | pip install featurebase | Pypi repository |
Step 2 - install the library
- CD to
python-featurebase
- Run
make