Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 305 Bytes

readme.md

File metadata and controls

23 lines (17 loc) · 305 Bytes

usage

start the virtual environment

virtualenv venv
source venv/bin/activate
pip install -r requirements.txt

run the service

python restex.py

access it by opening the file index.html and click the buttons

When done, you can exit the virtual environment

deactivate