issackelly / python-hue

Python client for Philips Hue -- determined via API reverse engineering
Other
152 stars 25 forks source link

How to install and use the code #5

Closed pjsquared closed 11 years ago

pjsquared commented 11 years ago

I am a total newbie with python. i have python27 installed and have tried various ways to talk to the hues with no luck. i would like to try this out. how do i install and run it? great work BTW

issackelly commented 11 years ago

Should be --

git clone git@github.com:issackelly/python-hue.git
cd python-hue
python
> # Follow the readme from here.