![AZ-Delivery TCA9548A Manual Download Page 20](http://html1.mh-extra.com/html/az-delivery/tca9548a/tca9548a_manual_3042468020.webp)
Libraries and tools for Python
To use the module with the Raspberry Pi, the library
RPi.GPIO
has to be
installed. If the library is already installed, running the installation command
only updates the library to a newer version.
To install the library, open the terminal and run the following commands,
one by one:
sudo apt-get update && sudo apt-get upgrade
sudo apt install python3-pip
sudo apt install git
git clone https://github.com/pimoroni/bme280-python
cd bme280-python
sudo ./install.sh
- 20 -