Installation¶
Runtime Install¶
pip install sdsavior
Development Install¶
Install in editable mode with tooling:
pip install -e ".[dev]"
This includes:
pytestfor testsrufffor lintingmypyfor type checkingmkdocsfor docs build/serve
Build Docs Locally¶
Serve docs with live reload:
mkdocs serve
Create a static site:
mkdocs build