mirror of https://github.com/kbandla/dpkt.git
fix installation page
This commit is contained in:
parent
14d200f563
commit
a49b59dfee
|
@ -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
|
||||
----------------
|
||||
-----------------
|
||||
|
||||
::
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue