# Bachelorarbeit ## Software ### Create a python virtual environment In the root directory of this repository run ```bash $ python3 -m venv venv $ source venv/bin/activate $ pip3 install -r requirements.txt ``` ### Run the unit tests In the root directory of this repository run ```bash $ python -m unittest discover test ```