From 3280b68f1d09e3133d12ba13fea933e3a8472fae Mon Sep 17 00:00:00 2001 From: Alex <90010930+ajschofield@users.noreply.github.com> Date: Sun, 26 Jul 2020 17:42:03 +0100 Subject: New README.md --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..1abbc6b --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +![example](https://i.ibb.co/dG9Bm97/cases-26-07-2020.png) + +# 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. -- cgit v1.2.3