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.txtto install all needed dependencies
cdinto the directory./coding-guidelines- run
mkdocs build
cdinto the directory./coding-guidelines- run
mkdocs serve