Web-application for calculating microbial risk for drinking water and water reuse systems.
This software can be found here, but also can be run locally. For local installation:
- install git
- setup and activate a virtual environment
- clone this repository
- cd into qmra/tools
pip install django
pip install -r requirements.txt
python manage.py createsuperuser
python manage.py runserver