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