Update README.md

Installation Instruction added
This commit is contained in:
Joachim Hummel 2017-01-06 11:54:32 +01:00 committed by GitHub
parent 4957c9e4e1
commit 2265cc26b8
1 changed files with 8 additions and 0 deletions

View File

@ -4,3 +4,11 @@ My Weather for Raspberry Pi with BMP180 / BMP085 / DS18B20<br/>
<img src="http://blog.unixweb.de/wp-content/uploads/2015/05/BMP085.jpg"><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:
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