add missing mkdocs-material

This commit is contained in:
Frank Haverland
2023-01-03 00:35:08 +01:00
parent 6e15550d8d
commit 84c6a567a6

View File

@@ -28,7 +28,7 @@ To test it locally:
1. Install the required tools: 1. Install the required tools:
``` ```
pip install --upgrade pip pip install --upgrade pip
pip install mkdocs mkdocs-gen-files mkdocs-awesome-pages-plugin pip install mkdocs mkdocs-gen-files mkdocs-awesome-pages-plugin mkdocs-material
``` ```
1. In the main folder of the repo, call `mkdocs serve` (and keep it running). 1. In the main folder of the repo, call `mkdocs serve` (and keep it running).
This will locally generate the documentation. This will locally generate the documentation.