Installation¶
Requirements¶
- Python 3.12 or higher
- pip or uv package manager (uv recommended for faster installs)
Install from PyPI¶
Why uv? It's 10-100x faster than pip while being a drop-in replacement.
Install with Development Dependencies¶
This includes: - pytest and testing tools - mypy for type checking - ruff for linting - code coverage tools