Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Latest commit

 

History

History

docs

Unix:

virtualenv env
source env/bin/activate
pip install -r requirements.txt
cd docs
make html

Windows:

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.