too unclear what is happening

This commit is contained in:
Conor Patrick 2018-11-02 00:10:22 -04:00
parent 4e373e02a0
commit f512fd8831
2 changed files with 12 additions and 9 deletions

View File

@ -111,4 +111,3 @@ clean:
fi ;\
done
rm -rf venv

View File

@ -2,6 +2,10 @@ Documentation of the `master` branch is deployed to Netlify automatically.
To host or develop locally:
- `make docsrv` and visit [localhost:8000](http://localhost:8000).
```
pip install mkdocs mkdocs-material
```
`make docsrv` and visit [localhost:8000](http://localhost:8000).
The file `runtime.txt` is necessary to tell Netlify to use Python3.