mattyjones / covid19_data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup

This requires python3 and has only been test with Python 3.6 and 3.7.

Python

  1. pipenv --python python3 # create a new env
  2. pipenv shell # start the env
  3. pipenv install # install the deps

Running locally

You can run the development server locally use python run.py. The debug flag is set to false globally. This flag can be set either globally or on a

Troubleshooting

About

License:MIT License


Languages

Language:Python 100.0%