- Create a virtual environment
python -m venv myenv-
Activate the virtual environment
- On macOS/Linux:
source myenv/bin/activate- On Windows:
myenv\Scripts\activate- Install dependencies
pip install mkdocs-materialStart the development server:
mkdocs serveThe site will be available at http://127.0.0.1:8000/