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
commit d9fb508949
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ Documentation of the `master` branch is deployed to Netlify automatically.
To host or develop locally: 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). `mkdocs serve` and visit [localhost:8000](http://localhost:8000).