Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 499 Bytes

File metadata and controls

29 lines (18 loc) · 499 Bytes

WearScript for Python

See http://wearscript.com for project details.

About

Library for interacting with WearScript in Python.

Requirements

Ubuntu (13.10) Dependencies

sudo apt-get install python-gevent python-pip python-dev

Python Dependencies

sudo pip install gevent-websocket msgpack-python websocket-client

Installation

Clone this repo with git or download it (click download zip in github) and run

sudo python setup.py install