From a49b59dfee82ad2527db9c64d7c1a2b1f7742f49 Mon Sep 17 00:00:00 2001 From: Brian Wylie Date: Wed, 20 May 2015 20:41:35 -0600 Subject: [PATCH] fix installation page --- docs/contributing.rst | 2 +- docs/installation.rst | 17 ++++++++++++++++- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/docs/contributing.rst b/docs/contributing.rst index cee82e8..cae4acf 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -7,7 +7,7 @@ Report a Bug or Make a Feature Request Please go to the GitHub Issues page: https://github.com/kbandla/dpkt/issues. Checkout the Code ----------------- +----------------- :: diff --git a/docs/installation.rst b/docs/installation.rst index 5b85a5e..b481c77 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -1,5 +1,20 @@ ============ Installation ============ -How to install dpkt + +DKPT is now available directly from pypi :) + +Install the Code +---------------- + +:: + pip install dpkt + +Checkout the Code +----------------- + +:: + + git clone https://github.com/kblandla/dpkt.git +