We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
$
1 parent c41a413 commit 16210daCopy full SHA for 16210da
1 file changed
docs/index.rst
@@ -66,21 +66,21 @@ Install the latest stable version from PyPi using pip_:
66
67
.. code-block:: bash
68
69
- pip install iptools
+ $ pip install iptools
70
71
or setuptools_:
72
73
74
75
- easy_install iptools
+ $ easy_install iptools
76
77
Install the latest development version:
78
79
80
81
- git clone https://github.com/bd808/python-iptools.git
82
- cd python-iptools
83
- python setup.py install
+ $ git clone https://github.com/bd808/python-iptools.git
+ $ cd python-iptools
+ $ python setup.py install
84
85
86
***
0 commit comments