Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 686 Bytes

README.md

File metadata and controls

46 lines (30 loc) · 686 Bytes

Covid-Predict

Very simple predictions for the spreading of SARS-Cov-2 in Germany.

Virtual environment

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

Dependencies

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

Running

Start Jupyter with:

jupyter notebook

Open the Notebook “COVID-19-Predictions” and execute the cells.