kipe / enocean

Python library for EnOcean serial protocol
MIT License
72 stars 103 forks source link

install #35

Closed Ethal closed 8 years ago

Ethal commented 8 years ago

Hi, When I used sudo pip install enocean, I got the version 0.31 and not master branch ? Thanks,

kipe commented 8 years ago

Of course with PyPI, you get the latest "stable"... I haven't updated the version in PyPI in a while, as there's been so much going on.

I'm planning on releasing the next version to PyPI once the storage solution is merged.

kipe commented 8 years ago

Also, as mentioned in the readme (which should be updated), use sudo pip install git+https://github.com/kipe/enocean.git to get the "bleeding edge" -version.

Ethal commented 8 years ago

Noted, Thanks