QUICKSILVER Docs install: python -m venv .venv source .venv/bin/activate pip install -r requirements.txt serve: source .venv/bin/activate # if not already active mkdocs serve