This is a GUI meant for educational purposes which allows the user to get familiar with the very basic epidemiological model SIR.
To install needed dependencies type into the terminal (you have to be in the same directory as requirements.txt)
python -m pip install -r requirements.txt
After that you can just run the script named model.py.