blob: 1abbc6b6a9bba1bb0576efc6ab0c8c5b02620214 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|

# COVIDTracker-2
An updated version of my first COVIDTracker python app.
# Usage
Simply run the script and check the **graphs** folder located in the directory that the script resides in.
```
python3 -u main.py
```
# Prerequisites
The following packages are required for this script to run:
- Pandas
- Numpy
- Requests
- Plotnine (ggplot)
These should be installed using ``` pip3 ``` or another Python package manager.
|