vectronic / homebridge-jvc-projector

A Homebridge plugin providing standby control for JVC projectors over IP
MIT License
2 stars 2 forks source link

Specify version from pypi for jvc_projector module #9

Closed bezmi closed 1 year ago

bezmi commented 1 year ago

Hi, I notice that your README specifies pip install -e git+https://github.com/bezmi/jvc_projector.git#egg=jvc-projector-remote for the package. Please change this to a release version from pypi. Development is done directly on the main branch, so stability issues may arise.

The current version is incompatible with python <=3.8 (fix coming): oznu/docker-homebridge#491 bezmi/jvc_projector#19

Staying pinned to a working version and doing testing before bumping it would be preferable.

vectronic commented 1 year ago

This was done in v1.3.1 - thanks for your input.

bezmi commented 1 year ago

note, v0.2.3 has been released on pypi which fixes the python 3.8 compatibility issues.