Requirements
The Kelly AI Python SDK requires Python 3.7 or higher. The SDK is compatible with:- Python 3.7
- Python 3.8
- Python 3.9
- Python 3.10
- Python 3.11
Install via pip
You can install the Kelly AI SDK using pip:Make sure you have pip installed and updated to the latest version:
Verify installation
After installation, verify that the SDK is installed correctly:Dependencies
The SDK automatically installs the following dependencies:- aiohttp - For async HTTP requests
- dotmap - For convenient dictionary access
Virtual environment (recommended)
It’s recommended to install the SDK in a virtual environment to avoid dependency conflicts:Next steps
Async usage
Learn how to use async/await with the SDK
Error handling
Handle errors and exceptions properly