Development Environment Tutorial Install Requirements python -m venv .venv source .venv/bin/activate pip install -r requirements.txt Preview Documentation Locally mkdocs serve Deploy to Github Pages mkdocs gh-deploy