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

1

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.

2

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.

3

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)

1

Open a Terminal

Launch a terminal or command prompt on your system.

2

Install SPRO SDK

Run the following command to install the SPRO SDK via pip:

pip install spro
3

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.