Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 376 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 376 Bytes

SIR model

This is a GUI meant for educational purposes which allows the user to get familiar with the very basic epidemiological model SIR.

Installation

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.