Update 'README.md'

This commit is contained in:
2022-11-09 23:00:56 +01:00
parent 6619ce255a
commit 826e0022e7
+7 -7
View File
@@ -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