Skip to content

Development

Setup

python -m venv .venv
source .venv/bin/activate
pip install -e .[dev,docs]

Tests

pytest -q

Docs Live Preview

mkdocs serve

Open the URL printed by MkDocs (typically http://127.0.0.1:8000).