This document attempts to provide both general and for multiple programming languages specific guidelines.
- recent version of Python 3
- recent version of pip
- optional: create a virtual environment and start it
- run
pip install -r .\requierments.txt
to install all needed dependencies
cd
into the directory./coding-guidelines
- run
mkdocs build
cd
into the directory./coding-guidelines
- run
mkdocs serve