Installation and Compatibility¶
Runtime Requirements¶
- Python 3.10 or newer
- No required runtime dependencies
Install Monkay¶
Optional Dependency Groups¶
Monkay exposes optional dependency groups for local development workflows:
Verify Environment¶
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)