Installation¶
Prerequisites¶
- Python 3.11 or higher
- pip or poetry package manager
- Access to an IVCAP deployment (URL and JWT token)
From PyPI¶
The easiest way to install the IVCAP Client SDK:
Or with poetry:
From Source¶
For development or to use the latest unreleased features:
git clone https://github.com/ivcap-works/ivcap-client-sdk-python.git
cd ivcap-client-sdk-python
poetry install
Verify Installation¶
Test your installation:
You should see the version number printed.
Optional: Development Dependencies¶
If you plan to contribute or build documentation locally:
Next Steps¶
- Set up your authentication credentials
- Follow the Quick Start guide
- Browse the Examples
Troubleshooting¶
ImportError: No module named 'ivcap_client'¶
Make sure you've installed the package:
If using a virtual environment, ensure it's activated.
Python Version Error¶
Check your Python version:
The SDK requires Python 3.11+.
Permission Denied¶
If you get permission errors during installation, use: