Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 685 Bytes

README.md

File metadata and controls

29 lines (26 loc) · 685 Bytes

MMS HS23

This repo is used for the Lecture MMS for the project.

Setup/Installation in native Python

pip install -r requirements.txt
python ./src/GUI.py

Setup/Installation in Virtual Environment

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)