Data Visualization using dash plotly
Setup a local environment using:
python -m venv env
On Windows run:
env\\Scripts\\activate
On macOS/Linux run:
source env/bin/activate
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
First:
cd Dash-Plotly
Run:
python covid.py