liske / python-apds9960

Python APDS-9960 Library
GNU General Public License v3.0
78 stars 27 forks source link

Where is your python Library for apds9960 #4

Closed alokm014 closed 6 years ago

alokm014 commented 6 years ago

Where is your python Library for apds9960 and how to install it in raspbery pi 3 model b+ Thank you in advance

liske commented 6 years ago

It is currently available within this repository and you need to put the adps9960/ somewhere in your python module path (i.e. next to your source file).

alokm014 commented 6 years ago

Than you with the help of your code i made a gesture controlled neopixels led lamp

On Sun, Apr 15, 2018 at 2:19 AM, Thomas Liske notifications@github.com wrote:

It is currently available within this repository and you need to put the adps9960/ somewhere in your python module path (i.e. next to your source file).

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/liske/python-apds9960/issues/4#issuecomment-381392190, or mute the thread https://github.com/notifications/unsubscribe-auth/AYpbT1EzUXy8fHTZ2ZfBEPDDI1qSXxw_ks5toxC5gaJpZM4TNxPy .

liske commented 6 years ago

I've uploaded it to PyPi so you could now use pip install apds9960 to install this library.