From 4ee1f532759c5f873cfe59ca6c203a53a446ffde Mon Sep 17 00:00:00 2001 From: Joachim Hummel Date: Fri, 6 Jan 2017 11:57:59 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e86b103..22fe18a 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ My Weather for Raspberry Pi with BMP180 / BMP085 / DS18B20

-Installation for Adafruit Moules needed:
+Installation for Adafruit Python-Modules needed:

sudo apt-get update
sudo apt-get install git build-essential python-dev python-smbus
@@ -13,4 +13,5 @@ git clone https://github.com/adafruit/Adafruit_Python_BM.git
cd Adafruit_Python_BMP
sudo python setup.py install

+sudo apt-get install python-mysqldb