README.rst

13 lines | 350 B Blame History Raw Download
Make sure python3 is installed in your environment. python virtual environment is recommended to run these scripts.

To download the dependencies, run 

```bash
pip3 install -r requirements.txt
```

After sphinx is successfully installed, run::

make html

Check out the generated ``_build`` folder, where the static html documentation site is built.