Installation
Requirements
- Python 3.9 or higher
- pip (Python package manager)
Install from PyPI
The SDK is available on PyPI. Install it using pip:
pip install pycredoai
Install a Specific Version
pip install pycredoai==1.0.0
Install with Optional Dependencies
For async support (included by default):
pip install pycredoai[async]
Verify Installation
import credoai
print(f"pycredoai version: {credoai.__version__}")
Upgrade
To upgrade to the latest version:
pip install --upgrade pycredoai