Skip to content

Commit ce99c73

Browse files
authored
Merge pull request #9 from ptorru/master
Updating pip command to bring in smbus too.
2 parents 963df1d + a75c651 commit ce99c73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ You can optionally run `sudo raspi-config` or the graphical Raspberry Pi Configu
1717

1818
# Installing
1919

20-
Stable library from PyPi:
20+
Stable library from PyPi, the smbus library is also needed:
2121

22-
* Just run `sudo pip install pimoroni-bme280`
22+
* Just run `sudo pip install pimoroni-bme280 smbus`
2323

2424
Latest/development library from GitHub:
2525

0 commit comments

Comments
 (0)