|
|
@@ -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
|