diff --git a/README.md b/README.md index 968807c..c749cce 100644 --- a/README.md +++ b/README.md @@ -41,14 +41,14 @@ export CRYPTOGRAPHY_DONT_BUILD_RUST=1 9. Install dependencies ```bash -mkdir ~/opencanary +sudo mkdir ~/opencanary cd ~/opencanary -python3 -m venv env +sudo python3 -m venv env source env/bin/activate -pip install wheel -pip install rdpy -pip install opencanary -pip install scapy pcapy +sudo pip install wheel +sudo pip install rdpy +sudo pip install opencanary +sudo pip install scapy pcapy ``` 10. Create config file and copy it to the path