From fd48719e85c6ee0251bf0dcba1d8141492597be1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20T=C3=BCxen?= <tuexen@fh-muenster.de> Date: Sat, 15 Sep 2018 12:14:54 +0200 Subject: [PATCH] Update README.md Add python also on Linux as it is required by some scripts. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e92a2ba..1ba2207a 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ sudo cp packetdrill /usr/bin ### Linux (Ubuntu) For installing the required packages run: ``` -sudo apt-get install make git libsctp-dev bison flex +sudo apt-get install make git libsctp-dev bison flex python ``` Then download the sources, compile them and install the binary: ``` -- GitLab