Skip to main content

WNTR Install Instructions

  1. Clone the source code
  2. CD into the directory
  3. Create or activate your venv
  4. pip install -r requirements.txt
  5. python -m pip install .

Run Streamlit

  1. CD into the repository
  2. CD into streamlit_app
  3. Activate your venv
  4. streamlit run main.py
  5. Wait a few moments for the app to load. It can take up to a minute.