In order to run own copy of the project one must fulfill the following requirements.
It is recommended to use a virtual environment to work on this project.
The following sequence of commands creates an environment, activates the environment, and installs project dependencies.
python3 -m venv ~/path-to-venv; \
source ~/path-to-venv/bin/activate; \
pip3 install -r ./requirements.txt
Using commitizen cli is mandatory.