From a75c6516a1957d74a00eed0bb5b5bd46bd169a12 Mon Sep 17 00:00:00 2001 From: Pedro Torruella Date: Sun, 26 Apr 2020 16:27:17 +0100 Subject: [PATCH] Updating pip command to bring in smbus too. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 46f2665..a78f0d4 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,9 @@ You can optionally run `sudo raspi-config` or the graphical Raspberry Pi Configu # Installing -Stable library from PyPi: +Stable library from PyPi, the smbus library is also needed: -* Just run `sudo pip install pimoroni-bme280` +* Just run `sudo pip install pimoroni-bme280 smbus` Latest/development library from GitHub: