Quellcode durchsuchen

update README.md (installation of required Python3 modules)

FloKra vor 2 Monaten
Ursprung
Commit
b34bd618e1
1 geänderte Dateien mit 20 neuen und 3 gelöschten Zeilen
  1. 20 3
      README.md

+ 20 - 3
README.md

@@ -8,10 +8,27 @@ Sensor type tested working: __LaCrosse/TechnoLine TX29 DTH-IT__.
 ## Installation
 Requires Python 3 (default on Debian/RaspberryOS Buster or Bullseye). 
 - on Debian Buster/Bullseye:
-	- install Python3 PIP: $ sudo apt-get install python3-pip
-	- install required Python modules: pip3 install pyserial influxdb paho-mqtt pyyaml msgpack pytz dateutil
+
+	install Python3 PIP: 
+	
+	```
+	$ sudo apt-get install python3-pip
+	```
+	
+	install required Python modules: 
+	
+	```
+	pip3 install pyserial influxdb paho-mqtt pyyaml msgpack pytz dateutil
+	```
+	
 - on Debian Bookworm:
-	- install required Python modules: $ sudo apt-get install python3-serial python3-influxdb python3-paho-mqtt python3-yaml python3-msgpack python3-tz python3-dateutil
+	
+	install required Python modules via apt-get: 
+	
+	```
+	$ sudo apt-get install python3-serial python3-influxdb python3-paho-mqtt python3-yaml python3-msgpack python3-tz python3-dateutil
+	```
+	
 - copy folder __jeelinklog__ to /home/pi
 - edit config files as needed. A minimum of 1 sensor must be configured before starting, so leave one from the examples there, configure it as desired and then find out the ID of your sensor and edit it afterwards. 
 - test if it works: