From 5bb219262bbd6a26314c2213c723fc3909f493ac Mon Sep 17 00:00:00 2001 From: Masoko Date: Thu, 9 May 2024 00:09:40 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c25ef9b..9234352 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ sudo apt install python-pip 2. Then install this python module needed for the script: ```bash -pip3 install paho-mqtt==1.6.1 +pip install paho-mqtt==1.6.1 ``` 3. Install git if you don't have it: