Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 368 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 368 Bytes

MathReader Validation

Interface used to validate the MathReader API

Running it locally

virtualenv -p $(which python3) .
source bin/activate
pip install -r requirements.txt
./run

Running on your Google Cloud

gcloud init
gcloud app create
gcloud app deploy