Fix python package name for mkdocs-material

This commit is contained in:
cblte 2021-08-05 21:00:20 +02:00
parent d69f0362cb
commit a9a968cb1b

View File

@ -10,6 +10,6 @@ forked from: https://github.com/matrix-tu-dresden-de/Dokumentation
## dependencies
```bash
pip3 install mkdocs mkdocs-materials pymdown-extensions
pip3 install mkdocs mkdocs-material pymdown-extensions
```