Attempt to analyse open data for covid epidemic
As the source of data we will use the next resource COVID-19
Instruction for MacOS (potentially should work for Linux as well)
- install python3
- run inside the project directory
python3 -m venv ./venv3 - activate virtual environment by running
source venv3/bin/activate . - install required packets for python
pip install -r requirements.txt - run
jupyter-lab