A step-by-step guide to installing Spro SDK
Prerequisites:
Before installing SPRO, ensure your system meets the following requirements:
pip
Go to the API Key page and sign in to your account. If you don't have an account, you can create one for free.
Click on the "Generate API Key" button to create a new API key.
Warning:
This key will only be displayed once, so make sure to copy and save it in a secure location.
Copy the API key and save it in a secure location. We recommend to store it in environment variables for security purposes.
Launch a terminal or command prompt on your system.
Run the following command to install the SPRO SDK via pip:
pip install spro
After installation, verify that SPRO is installed correctly by running:
python -m spro --version
This should display the version of the SPRO SDK installed.
You have successfully installed the SPRO SDK on your system. To get started with using SPRO, check out the Usage Guide.
Overview
Getting Started