Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 593 Bytes

File metadata and controls

18 lines (13 loc) · 593 Bytes

wastewaterui

Interface for the WasteWater Surveillance System

This is currently meant to run as just a flask development system. To get it working, make a Python 3.8 Conda environment and install all necessary packages as found in requirements.txt. For lighter weight solution using venv:

  • python -m venv your_env_name
  • source ./your_env_name/bin/activate
  • pip install -r requirements.txt

For WebUI installation, if pip install -r requirements.txt fails:

pip install git+https://github.com/Widdershin/flask-desktop.git

From there:

export FLASK_APP=webui flask run