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_namesource ./your_env_name/bin/activatepip 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