From ec9c16a1fbcf57ee94cbc325053e0a23537ebc1f Mon Sep 17 00:00:00 2001 From: sydspost <45944257+sydspost@users.noreply.github.com> Date: Thu, 25 Nov 2021 09:14:52 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd06d64..4ebb4cb 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Python version 3.4 or higher required & Domoticz version 2021.1 or greater. To install: * Go in your Domoticz directory using a command line and open the plugins directory. -* The plugin required Python library scapy ```sudo apt-get install python-scapy``` +* The plugin required Python library scapy ```sudo apt-get install python3-scapy``` * Run: ```git clone https://github.com/sydspost/Domoticz-WiZ-connected-plugin.git``` * Restart Domoticz. ```sudo systemctl restart domoticz```