Installation
Requirements
- Python 3.8 or higher
- pip package manager
Install from PyPI
Verify Installation
Dependencies
The SDK automatically installs these dependencies:
| Package | Purpose |
|---|---|
httpx |
HTTP client for API requests |
pydantic |
Data validation and serialization |
Development Installation
For contributing or local development:
git clone https://github.com/certusrodo/certusrodo-python.git
cd certusrodo-python
pip install -e ".[dev]"
Next Steps
Once installed, head to the Quick Start guide to create your first agent.