Update 'README.md'

This commit is contained in:
2022-11-09 23:17:02 +01:00
parent 81a9919336
commit efe74b8314
+1 -1
View File
@@ -46,7 +46,7 @@ cd opencanary
python3 -m venv env python3 -m venv env
source env/bin/activate source env/bin/activate
pip install wheel 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 opencanary
pip install scapy pcapy pip install scapy pcapy
``` ```