python -m venv venv ./venv/Scripts/Activate.ps1 ./python-path.ps1 Get-ChildItem plugins | ForEach-Object { pip install -e $_.FullName } pip install -r requirements.txt pip install mkdocs-material[recommended] mkdocs serve --watch-theme