Skip to content

Python SDK — Installation

This section has moved. See Getting Started — Installation for install instructions, and Python SDK — Quickstart for first-use examples.

Quick reference

Bash
# Install from PyPI (once published)
pip install opencomplai

# Install from source (pre-release)
git clone https://github.com/Opencomplai/opencomplai
uv pip install -e packages/sdk-python
PowerShell
# Install from PyPI (once published)
pip install opencomplai

# Install from source (pre-release)
git clone https://github.com/Opencomplai/opencomplai
uv pip install -e packages/sdk-python