liske/python-apds9960

Where is your python Library for apds9960

Closed this issue · 3 comments

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

liske commented

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).

liske commented

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