From 371ef1c9b0c8aabae3ba61fcf28cdf94ba0d8643 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:09:10 +0200
Subject: [PATCH] Update README.md

python is required for some test scripts.
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index a6ec95bb..8e92a2ba 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@ sudo cp packetdrill /usr/bin
 ### FreeBSD
 For installing the required packages run:
 ```
-sudo pkg install git bison
+sudo pkg install git bison python
 ```
 Then download the sources, compile them and install the binary:
 ```
-- 
GitLab