Navigate to the folder you wish to use
$ cd Users/me/Desktop
Initalize git
$ git init
Clone the repo
$ git clone https://github.com/caly-pso/disease_dashboard_app.git
Move into the project root folder
$ cd disease_dashboard_app
Create virtual environment
$ python -m venv .venv
Activate the environment
$ source .venv/bin/activate
Install the requirements
$ pip install -r requirements.txt
Run the application locally
$ streamlit run disease_dashboard.py