Python HTTP server for exposing Thorlabs Kensis API
adapted from https://github.com/rwalle/py_thorlabs_ctrl
- clone project
git clone https://github.com/PychronLabsLLC/KinesisServer
- change to KinesisServer folder
cd KinesisServer
- create a python virtual environment
python -m venv .
- Activate your python environment
source ./venv/bin/activate
- install dependencies into the enviroment
pip install -r requirements.txt
- launch the http server
gunicorn wsgi:app