Qwiic Kit for Raspberry Pi V2 Hookup Guide
Contributors:
M-Short, 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 micro OLED. 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. This is also for users that have the libraries installed and what to "upgrade" to the latest versions. sudo pip3 uninstall sparkfun_qwiic