arvydas / blinkstick-python

BlinkStick Python interface to control devices connected to the computer
Other
136 stars 53 forks source link

Make sure to use python3 #80

Closed PureTryOut closed 1 year ago

PureTryOut commented 2 years ago

python on most systems refers to Python 2, and on Python 3 only systems there doesn't exist a python at all in some cases (e.g. Alpine Linux). Instead make sure to always use Python 3 and be explicit about the version we require.

arvydas commented 1 year ago

Thank you very much for your contribution! Apologies for taking so long to merge.