Skip to content

Sapphirevic/Covid-19

Folders and files

NameName
Last commit message
Last commit date

Latest commit

dda6165 · Apr 3, 2024

History

3 Commits
Apr 3, 2024
Apr 3, 2024
Apr 3, 2024
Apr 3, 2024

Repository files navigation

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