update docs script windows

Added installation commands for mkdocs-print-site-plugin and pymdown-extensions.
This commit is contained in:
Simon Smith 2025-10-24 23:25:10 +01:00 committed by GitHub
parent d386f02a2e
commit 751f6a80e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,10 +12,12 @@ python -m pip install --upgrade pip #only 1st time or use periodically to update
pip install pytest #only 1st time
pip install mkdocs #only 1st time
pip install mkdocs-material #only 1st time
pip install mkdocs-print-site-plugin #only 1st time
pip install pymdown-extensions #only 1st time
#Run mkdocs and look at changes as you make them
start-process http://localhost:8010 #Opens Browser
mkdocs serve
#Stop python
deactivate
deactivate