jterrace / pyharmony

Python library for connecting to and controlling the Logitech Harmony Link
BSD 3-Clause "New" or "Revised" License
129 stars 110 forks source link

how to install? #11

Open toshibochan opened 7 years ago

toshibochan commented 7 years ago

i have Mac and raspberry pi. how to install?

keberwein commented 7 years ago

Pip install works for me pip install pyharmony. That's v.1.0.7 from the Python Package Index I'm sure you could grab the devel version from GitHub with pip install git+https://github.com/jterrace/pyharmony.git. Both methods should work the same on your Pi and your Mac.