Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 388 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 388 Bytes

Steps to run locally:

  1. Clone the repository (git clone https://github.com/Vaibhavdixit02/climate-hack.git)
  2. Open the directory in terminal
  3. Instantiate virtual environment (or don't, but recommended) (python3 -m venv venv source venv/bin/activate)
  4. Run: pip install -r requirements.txt
  5. Run: streamlit run app.py