Skip to content
Sergio Soto edited this page Oct 1, 2018 · 3 revisions

Welcome to the pyduino_webapi wiki!

Installation

Instalation process is so simple. Project requires python3.5

git clone https://github.com/ssoto/pyduino_webapi/ pyduino_webapi
cd pyduino_webapi
virtualenv --python `which python3.5` --path `pwd` pyduino_webapi_env
source ~/pyduino_webapi_env/bin/activate
pip install ./requirements.txt
export FLASK_APP=pyduino
flask run

Clone this wiki locally