From 826e0022e71dc1667c1230edd46bed18d59ba869 Mon Sep 17 00:00:00 2001 From: jbanic Date: Wed, 9 Nov 2022 23:00:56 +0100 Subject: [PATCH] Update 'README.md' --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c749cce..87da2f3 100644 --- a/README.md +++ b/README.md @@ -41,14 +41,14 @@ export CRYPTOGRAPHY_DONT_BUILD_RUST=1 9. Install dependencies ```bash -sudo mkdir ~/opencanary -cd ~/opencanary -sudo python3 -m venv env +mkdir opencanary +cd opencanary +python3 -m venv env source env/bin/activate -sudo pip install wheel -sudo pip install rdpy -sudo pip install opencanary -sudo pip install scapy pcapy +pip install wheel +#sudo pip install rdpy (not working in latest release) +pip install opencanary +pip install scapy pcapy ``` 10. Create config file and copy it to the path