update README (add doc part)

This commit is contained in:
rmanach 2022-10-03 17:43:59 +02:00
parent 4d45992b84
commit 97698ec207

View File

@ -40,3 +40,9 @@ pip install -r requirements
# launch the tests
python -m unitest
```
## Documentation
```bash
# add the '--open' arg to open the doc on a browser
cargo doc --no-deps
```