Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 531 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 531 Bytes

Covid Vaccinations

A repository to track the rate of covid vaccinations in India. The data will be presented in the form of a streamlit app.

Setup

  • conda create -n <env-name> python==3.8
  • conda activate <env-name>
  • Confirm that pip is using the right python version using which pip and the result should contain the name of your conda environment
  • Install dependencies pip install -r requirements.txt

Running locally

To run the app locally execute streamlit run vaccinations.py