edit | blame | history | raw

Beispielanwendung von Graph

Installation

Installation das Projekt auf einer virtuellen Python-Umgebung:

pip install -e .

Run Unittest

cd src
pytest *_tests.py

Run programm

echo "TODO: to be done by student"