From 08761f5fa24419a0e2ea5347ecba1b431af5240c Mon Sep 17 00:00:00 2001 From: jbanic Date: Sat, 21 Dec 2024 15:41:30 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a355c93..9381de4 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ python3 -m venv env source env/bin/activate pip install wheel pip install cryptography==38.0.1 -pip install opencanary +pip install opencanary==0.9.5 pip install scapy ```