-
Notifications
You must be signed in to change notification settings - Fork 35
Installation on PC
Drasko DRASKOVIC edited this page Mar 15, 2015
·
7 revisions
N.B. Python version used is 2.7
Python requirements for WeIO are following:
drasko@Lenin:~/weio$ cat requirements.txt
tornado
sockjs-tornado
pyserial
futuresUse pip to install them, and this can be done in one go:
pip install -r requirements.txtgit clone https://github.com/nodesign/weio.gitcd weiogit checkout -b next remotes/origin/nextReplace the line
"first_time_run": "NO"with
"first_time_run": "YES"python weioServer.pyPoint the browser to: http://localhost:8080
- Home
- WeIO Recovery - Manual Update
- Supported Hardware
- How-to extend WeIO flash space
- WeIO Super Starter Kit Components
- OTA Updates
- Troubleshooting
- Misc
- Developer Pages