tutorialsreferenceguide

Reference

Learn how to use the Command Line Interface (CLI) and the Python Library to develop, deploy and manage your SPAI projects:

Installation

You can install both the CLI and the Library using pip:

pip install spai

Verify your installation by running the following command:

spai --help

Or, in your python code

import spai 

Updating

You can update the CLI and the Library using pip:

pip install spai --upgrade

You can know the version of the installed package by running the following command:

spai version 

API status

You can check the status of the API by running the following command:

spai api

Troubleshooting

If you encounter any issues during the installation of SPAI, please get in touch with use through our Discord server.

Back to top