mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 22:03:58 +00:00
471 B
471 B
Installation
Requirements
- Python 3.8+
- uv (recommended) -> https://docs.astral.sh/uv/
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