Merge pull request #166 from ehershey/patch-2

include markdown-include mkdocs dependency
This commit is contained in:
Nicolas Stalder
2019-04-06 21:40:13 +02:00
committed by GitHub

View File

@@ -3,7 +3,7 @@ Documentation of the `master` branch is deployed to Netlify automatically.
To host or develop locally:
```
pip install mkdocs mkdocs-material
pip install mkdocs mkdocs-material markdown-include
```
`mkdocs serve` and visit [localhost:8000](http://localhost:8000).