blob: c6374b7fd162b7af56b82943263a04676b726a15 [file] [log] [blame] [view]
Unix:
```bash
virtualenv env
source env/bin/activate
pip install -r requirements.txt
cd docs
make html
```
Windows:
```bash
virtualenv env
env\Script\activate
pip install -r requirements.txt
cd docs
make html
```
Open the file `_build/html/index.html` in a web browser.