Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 337 Bytes

readme.md

File metadata and controls

13 lines (11 loc) · 337 Bytes

setup

  • make sure you have env where python 2.7 is default
  • pip install dependancies (flask, pillow, numpy)
  • have MMCorePy in your python path
  • make sure you have timepix adapter

How to run server

Firstly, set following env vars :

  • FLASK_APP=hello.py
  • FLASK_ENV=development

Then start server by running: $flask run