Page 1 of 1

How can I install Phidget22 Python module

Posted: Thu Jul 12, 2018 3:00 pm
by Kyle
I downloaded and unziped the Python module. There are a setup.py file and a folder called Phidget22. Where should I put these files or what should I do to actually install the python module?

Sorry, it's a really dummy question. Please help. Thanks!

Re: How can I install Phidget22 Python module

Posted: Thu Jul 12, 2018 3:04 pm
by Kyle
Ignore the post. I just noticed there was an typo in my command which cause the trouble.

It's super easy. Just unzip the downloaded module. cd in the directory and run

Code: Select all

sudo python setup.py install
. You my need to input the password to run as root.