From 674b2d4fb8c992a7ac2328d8bdfb03079136715b Mon Sep 17 00:00:00 2001 From: ente Date: Thu, 8 Sep 2016 13:56:32 +0200 Subject: [PATCH] using pip3 by default --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ad27e6..2329334 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ _Aggregates wireshark pdml to flows_ ## Installation ```shell - $ sudo pip install pdml2flow + $ sudo pip3 install pdml2flow ``` ## Usage