Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 769 Bytes

README.md

File metadata and controls

46 lines (36 loc) · 769 Bytes

Covid-19

Data Visualization using dash plotly

Project Setup

Create a Virtual Environment

Setup a local environment using:

python -m venv env

Activate the Virtual Environment

On Windows run:

env\\Scripts\\activate

On macOS/Linux run:

source env/bin/activate

Important!

For dependency updates, please run the following command whenever a new dependency is added:

pip freeze > requirements.txt

This will update the `requirements.txt` for easy setup in a different working environment.

Dependencies have been included in `requirements.txt`. Install them using:

pip install -r requirements.txt

Run the project

First:

cd Dash-Plotly

Run:

python covid.py