Very simple predictions for the spreading of SARS-Cov-2 in Germany.
Create a Virtualenv with:
python3 -m venv env
Activate it on Windows with:
env\Scripts\activate.bat
On Linux and MacOS use source
:
source env/bin/activate
It is always a good idea to update pip
and wheel
:
pip install -U pip wheel
Install the dependencies using requirements.txt
:
pip install -r requirements.txt
Start Jupyter with:
jupyter notebook
Open the Notebook “COVID-19-Predictions” and execute the cells.