Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 166 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 166 Bytes

Steps to run viewer:

Create python env:

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

Run the server:

python app.py