Update README.md

This commit is contained in:
Joachim Hummel 2017-01-06 11:57:59 +01:00 committed by GitHub
parent 2734ae9a85
commit 4ee1f53275
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,7 @@ My Weather for Raspberry Pi with BMP180 / BMP085 / DS18B20<br/>
<img src="http://blog.unixweb.de/wp-content/uploads/2015/05/ds18b20-pinout.jpg">
<img src="http://blog.unixweb.de/wp-content/uploads/2015/05/DS18B20-e1431072161767.png"><br/>
Installation for Adafruit Moules needed:<br/>
Installation for Adafruit Python-Modules needed:<br/>
<br/>
sudo apt-get update<br/>
sudo apt-get install git build-essential python-dev python-smbus<br/>
@ -13,4 +13,5 @@ git clone https://github.com/adafruit/Adafruit_Python_BM.git<br/>
cd Adafruit_Python_BMP<br/>
sudo python setup.py install<br/>
<br/>
sudo apt-get install python-mysqldb<br/>
<br/>