es 1 місяць тому
батько
коміт
8c7264e5ae
1 змінених файлів з 9 додано та 0 видалено
  1. 9 0
      BYOSPWS.md

+ 9 - 0
BYOSPWS.md

@@ -30,9 +30,18 @@ Optional (but recommended):
 
 ```
 sudo apt install python3-rpi.gpio
+```
+For some reasons I try to avoid the pip-version of installing python, so I'd
+```
+sudo apt install python-adafruit-circuitpython-dht 
+```
+instead of
+```
 sudo apt install python3-pip
 pip3 install adafruit-circuitpython-dht
 ```
+… but hey: „let everyone find happiness in whatever they like“ or „Jedem Äffchen sein Käffchen“.  
+
 Now the Pi is ready to be the brain of your watering system.
 
 ## Step 2: Wiring the Sensor and Pump