diff options
| author | Alex <90010930+ajschofield@users.noreply.github.com> | 2020-07-26 17:42:03 +0100 |
|---|---|---|
| committer | Alex <90010930+ajschofield@users.noreply.github.com> | 2020-07-26 17:42:03 +0100 |
| commit | 3280b68f1d09e3133d12ba13fea933e3a8472fae (patch) | |
| tree | 4c0fe6b47e9bf85beda11277c193c90092189db8 | |
| parent | 46370d01f6cdbbd169b75e68689c4a9353524b5a (diff) | |
| download | covid-tracker-2-3280b68f1d09e3133d12ba13fea933e3a8472fae.tar.gz covid-tracker-2-3280b68f1d09e3133d12ba13fea933e3a8472fae.zip | |
New README.md
| -rw-r--r-- | README.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..1abbc6b --- /dev/null +++ b/README.md @@ -0,0 +1,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. |
