From 49f6b00b58c3ec734218fcd69259771a42c157bd Mon Sep 17 00:00:00 2001 From: Dan Klein Date: Sun, 23 Aug 2015 17:41:23 +0300 Subject: Added dkpt package, created basic shell for packetGen usage --- .../python_lib/dpkt-1.8.6.2/docs/installation.rst | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 scripts/automation/trex_control_plane/python_lib/dpkt-1.8.6.2/docs/installation.rst (limited to 'scripts/automation/trex_control_plane/python_lib/dpkt-1.8.6.2/docs/installation.rst') diff --git a/scripts/automation/trex_control_plane/python_lib/dpkt-1.8.6.2/docs/installation.rst b/scripts/automation/trex_control_plane/python_lib/dpkt-1.8.6.2/docs/installation.rst new file mode 100644 index 00000000..2c93001b --- /dev/null +++ b/scripts/automation/trex_control_plane/python_lib/dpkt-1.8.6.2/docs/installation.rst @@ -0,0 +1,21 @@ +============ +Installation +============ + +DKPT is now available directly from pypi :) + +Install the Code +---------------- + +:: + + pip install dpkt + +Checkout the Code +----------------- + +:: + + git clone https://github.com/kblandla/dpkt.git + + -- cgit 1.2.3-korg