# Environment Setup ## Create the environment ```bash python -m venv .venv .venv\Scripts\activate pip install -e . ``` Requires Python 3.11+. ## Dependencies Development extras include: - `pytest`, `pytest-cov` — test suite and coverage - `ruff` — lint and format checking - `black` — auto-formatting - `mypy` — strict typing checks