This repo is used for the Lecture MMS for the project.
pip install -r requirements.txt
python ./src/GUI.py
Create a virtual python environment
python -m venv projectMMSvenv
On Windows you can activate it with the follwing command:
projectMMSvenv\Scripts\activate.bat
To deactivate simply enter:
deactivate
Copy the code in the new generated folder projectMMSvenv and install all the necessary packages within Python run
pip install -r requirements.txt
The correct Version (tested with Python 3.9, 3.10 and 3.11 will automatically be installed)