Skip to content

Installation and Compatibility

Runtime Requirements

  • Python 3.10 or newer
  • No required runtime dependencies

Install Monkay

pip install monkay

Optional Dependency Groups

Monkay exposes optional dependency groups for local development workflows:

pip install -e .[testing]
pip install -e .[docs]

Verify Environment

python --version
python -c "import monkay; print(monkay.__all__)"

Development Toolchain

Project tooling is centered around:

  • Ruff (task lint, task format)
  • Ty (task typecheck)
  • Pytest (task test)
  • MkDocs/Zensical (task docs, task docs:serve)