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 +