Qwiic SHIM Kit for Raspberry Pi Hookup Guide
Contributors:
bboyho
Python Library
We will also need to install the Qwiic Python libraries. This will automatically download a folder containing all the Qwiic_Py files and dependencies to your Raspberry Pi. Run the following command to automatically install the modules for the Qwiic sensors and SerLCD. To ensure that you are installing to the correct path for Python 3, make sure that you use pip3
.
language:bash
sudo pip3 install sparkfun_qwiic
Tip: If you need to uninstall the library and start from scratch, simply use the
uninstall
with the command: sudo pip3 uninstall sparkfun_qwiic