include markdown-include mkdocs dependency

This commit is contained in:
Ernie Hershey 2019-04-06 15:29:16 -04:00 committed by GitHub
parent 61f24d142d
commit c2b7acb6aa
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:
```
pip install mkdocs mkdocs-material
pip install mkdocs mkdocs-material markdown-include
```
`mkdocs serve` and visit [localhost:8000](http://localhost:8000).