- Download Python from: https://www.python.org/downloads/windows/
During install, check “Add Python to PATH”
OR
- Install from the Windows Store
git clone https://github.com/your/repo.git
cd repo
python -m venv venv
venv\Scripts\activate
You should see (venv) in the prompt.
pip install -r requirements.txt
python -m mkdocs serve --livereload
You should see output like:
INFO - Serving on http://127.0.0.1:8000/
Edits to Markdown files will auto-reload.
To generate the site into a site/ folder run:
mkdocs build
You will need to install Cairo Graphics which you can read about [here](git rebase --abort)