Installation¶
Requirements¶
- Python 3.9+
- pip
Install from PyPI¶
Install from Source¶
Verify Installation¶
Optional Dependencies¶
Development Tools¶
Install development dependencies for testing and linting:
This includes: - pytest and pytest-asyncio for testing - mypy for type checking - ruff for linting
Documentation Tools¶
Install documentation dependencies to build the docs locally:
This includes: - MkDocs and Material theme - mkdocstrings for API documentation generation