From efe74b8314d328c1cf8b89b100bf2860450d0da3 Mon Sep 17 00:00:00 2001 From: jbanic Date: Wed, 9 Nov 2022 23:17:02 +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 bc8bb34..1889a05 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ cd opencanary python3 -m venv env source env/bin/activate pip install wheel -#sudo pip install rdpy (not working in the latest release) +#sudo install rdpy (not working in the latest release) pip install opencanary pip install scapy pcapy ```