Quick Start with the ReductStore Python SDK
This quick start guide will walk you through the process of installing and using the ReductStore Python client SDK to interact with a ReductStore instance.
Installing the SDK
To install the ReductStore SDK, you will need to have Python 3.7 or higher installed on your machine. Once Python is
installed, you can use the pip
package manager to install the reduct-py
package:
pip install reduct-py