Start documentation

This commit is contained in:
Andras Schmelczer 2022-07-08 20:29:22 +02:00
parent c06862ab76
commit 46ffe7a70e
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E
6 changed files with 241 additions and 16 deletions

View file

@ -46,12 +46,12 @@ Find the dashboard at [http://localhost:6060](http://localhost:6060/dashboard/).
```sh
python3 -m venv --copies .env
source .env/bin/activate
pip install './[dev]'
flit install --symlink
python3 -m pip install flit
python3 -m flit install --symlink --deps=all
```
#### Documentation
```sh
mkdocs serve
mkdocs serve --dirtyreload
```