diff --git a/examples/wireguard/README.md b/examples/wireguard/README.md index c2ba71d..4a07ba9 100644 --- a/examples/wireguard/README.md +++ b/examples/wireguard/README.md @@ -1,5 +1,5 @@ This example shows interoperability with Wireguard. It connects to Wireguard service, does a handshake, sends and receives a ping. -Run with noiseprotocol and scapy-python3 installed in your environment (python main.py) -or directly from here (PYTHONPATH=../../ python main.py) (you still need scapy-python3) +Run with noiseprotocol and scapy installed in your environment (python main.py) +or directly from here (PYTHONPATH=../../ python main.py) (you still need scapy) diff --git a/examples/wireguard/requirements.txt b/examples/wireguard/requirements.txt index e7e451c..5a0ac06 100644 --- a/examples/wireguard/requirements.txt +++ b/examples/wireguard/requirements.txt @@ -1,2 +1,2 @@ noiseprotocol -scapy-python3 +scapy>=2.4.0