This work is built using tutorial from plotlydash-flask-tutorial found at here.
Installation is recommended with Pipenv:
$ git clone https://github.com/chunyeow/dash-coronavirus.git
$ cd dash-coronavirus
$ pipenv shell
$ pipenv update
$ flask run
Alternatively, try installing via setup.py
:
$ git clone https://github.com/chunyeow/dash-coronavirus.git
$ cd dash-coronavirus
$ python3 setup.py install
$ flask run