Spro Installation Guide ✨
A step-by-step guide to installing Spro SDK
Prerequisites
Before installing SPRO, ensure your system meets the following requirements:
- Operating System: Linux, macOS, or Windows.
- Programming Language: Python 3.7+
- Package Manager:
pip
(for Python)
Step 1: Obtain an API Key
Visit the API Key Page
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.
Create an API Key:
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.
Save the API Key
Copy the API key and save it in a secure location. We recommend to store it in environment variables for security purposes.
Step 2: Install the SPRO SDK
Using pip (Python Environment)
Open a Terminal
Launch a terminal or command prompt on your system.
Install SPRO SDK
Run the following command to install the SPRO SDK via pip:
pip install spro
Verify Installation
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.