A repository to track the rate of covid vaccinations in India. The data will be presented in the form of a streamlit app.
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
To run the app locally execute streamlit run vaccinations.py