diff --git a/README.md b/README.md index 08994f9..b43427c 100644 --- a/README.md +++ b/README.md @@ -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 +```