To build the documentation navigate to /docs
and run:
sphinx-apidoc -f -o . ..
to scan source filesmake html
to build html documentation
If python2 is your main python version you need to install enum34
(pip install enum34
).
- Python 3
- Qt5
- PyQt5
- Sphinx with autodoc to build the documentation
Navigate to /client
and run python3 main.py
.