-
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
futures
Use pip
to install them, and this can be done in one go:
pip install -r requirements.txt
git clone https://github.com/nodesign/weio.git
cd weio
git checkout -b next remotes/origin/next
Replace the line
"first_time_run": "NO"
with
"first_time_run": "YES"
python weioServer.py
Point 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