From ea220b281b187463d73e60724ee33f3371693570 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= <henrik.tjader@gmail.com> Date: Mon, 23 Feb 2015 22:26:46 +0100 Subject: [PATCH] Updated README with python3 requirements --- README | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README b/README index d992080..45f886f 100644 --- a/README +++ b/README @@ -12,7 +12,8 @@ Installation: Requirements: - python2 + python3 + python-numpy Usage instructions: @@ -24,8 +25,8 @@ Usage instructions: As default both IPv4 and IPv6 loopback devices are provided in the code, use these as a starting ground for your use-case. - Start UDP_reflector.py first: python(2) UDP_reflector.py - Start UDP_client_server.py: python(2) UDP_client_server.py + Start UDP_reflector.py first: python(3) UDP_reflector.py + Start UDP_client_server.py: python(3) UDP_client_server.py Stop with CTRL+C -- GitLab