Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 356 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 356 Bytes

corthus-web

Web interface for corthus

You'll need virtualenv here.

virtualenv .
. bin/activate
pip install -r requirements.txt
cd corthus-web
python -m bottle --reload --debug main

Demo here

screenshot