Skip to content
This repository was archived by the owner on Nov 10, 2017. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 329 Bytes

README.rst

File metadata and controls

13 lines (8 loc) · 329 Bytes

How to contribute

Environment installation

Create python virtual environment and install required packages:

pip install -r requirements.txt

To build documentation execute make html from docs directory. Open in your browser $PROJECT_DIR/docs/_build/html/index.html