Update pip install command in readme

Dieser Commit ist enthalten in:
Daniel Lo Nigro 2021-05-02 16:13:15 -07:00 committet von GitHub
Ursprung 1621e52aa8
Commit 0e7adfdea0
Es konnte kein GPG-SchlĂĽssel zu dieser Signatur gefunden werden
GPG-SchlĂĽssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -9,6 +9,6 @@ https://mailcow.github.io/mailcow-dockerized-docs
To build it locally, you need the [Material theme for MkDocs](https://squidfunk.github.io/mkdocs-material/), [MkDocs](https://www.mkdocs.org/) itself and [Pygments](http://pygments.org/). To install these with [pip](https://pip.pypa.io/en/stable/) and get it up and running, fire up your terminal and enter
```
pip install mkdocs-material
pip install mkdocs-material pygments==2.8.1 mkdocs-redirects
mkdocs serve
```