-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Sergio Soto edited this page Oct 1, 2018
·
3 revisions
Welcome to the pyduino_webapi wiki!
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