From 2265cc26b8af13f95af718d5cf39b26d4071e70f Mon Sep 17 00:00:00 2001 From: Joachim Hummel Date: Fri, 6 Jan 2017 11:54:32 +0100 Subject: [PATCH] Update README.md Installation Instruction added --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 4c8b730..6ebf476 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,11 @@ My Weather for Raspberry Pi with BMP180 / BMP085 / DS18B20


+ +Installation for Adafruit Moules needed: + +sudo apt-get update +sudo apt-get install git build-essential python-dev python-smbus +git clone https://github.com/adafruit/Adafruit_Python_BM.git +cd Adafruit_Python_BMP +sudo python setup.py install