瀏覽代碼

'BYOSPWS.md' ändern

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