Files
opencode/packages/sdk/python/docs/installation.md
2025-11-06 13:03:12 -05:00

471 B

Installation

Requirements

Install uv

curl -LsSf https://astral.sh/uv/install.sh | sh

Project setup

# From repo root or this directory
uv sync --dev --project packages/sdk/python

Using pip (alternative)

pip install opencode-ai

Preview docs locally

# From repo root
uv run --project packages/sdk/python mkdocs serve -f packages/sdk/python/mkdocs.yml