Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 278 Bytes

File metadata and controls

15 lines (8 loc) · 278 Bytes

Web frontend for various scientific applications

How to install and run

Install required Python packages.

pip install -r requirements.txt

Enabling the configuration parameters. Modify as needed.

cp config.py.example config.py

Run the Flask application

flash run