summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane/python_lib/dpkt-1.8.6.2/docs/installation.rst
diff options
context:
space:
mode:
authorDan Klein <danklei@cisco.com>2015-08-23 17:41:23 +0300
committerDan Klein <danklei@cisco.com>2015-08-23 17:41:23 +0300
commit49f6b00b58c3ec734218fcd69259771a42c157bd (patch)
treeab31e2286ad6d426c4b565ce0c07e6e1eff06f1c /scripts/automation/trex_control_plane/python_lib/dpkt-1.8.6.2/docs/installation.rst
parent405ba254de0c62ac9f4395d04f918a3749635808 (diff)
Added dkpt package, created basic shell for packetGen usage
Diffstat (limited to 'scripts/automation/trex_control_plane/python_lib/dpkt-1.8.6.2/docs/installation.rst')
-rw-r--r--scripts/automation/trex_control_plane/python_lib/dpkt-1.8.6.2/docs/installation.rst21
1 files changed, 21 insertions, 0 deletions
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
+
+