Installation
Prerequisites
Before you start, ensure you have the following prerequisites:
Python <4.0, >=3.8
pip (Python package manager)
Step-by-Step Guide
1. Install via pip
You can easily install the SDK using pip. Open your terminal and run the following command:
2. Verify Installation
To verify that the SDK is installed correctly, you can run a simple test. Open a Python shell and try importing the SDK:
You should see a class returned, indicating a successful installation.
Viewing Source
You can view Github Code here.
Troubleshooting
If you encounter any issues during installation, consider the following steps:
Ensure that your Python version is >=3.8 and <4.0
Upgrade pip to the latest version:
Check for any conflicting packages and try reinstalling the SDK in a virtual environment.
Last updated