Skip to content

Commit 16210da

Browse files
committed
Follow python doc convention of $ before shell cmd.
1 parent c41a413 commit 16210da

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/index.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,21 +66,21 @@ Install the latest stable version from PyPi using pip_:
6666

6767
.. code-block:: bash
6868
69-
pip install iptools
69+
$ pip install iptools
7070
7171
or setuptools_:
7272

7373
.. code-block:: bash
7474
75-
easy_install iptools
75+
$ easy_install iptools
7676
7777
Install the latest development version:
7878

7979
.. code-block:: bash
8080
81-
git clone https://github.com/bd808/python-iptools.git
82-
cd python-iptools
83-
python setup.py install
81+
$ git clone https://github.com/bd808/python-iptools.git
82+
$ cd python-iptools
83+
$ python setup.py install
8484
8585
8686
***

0 commit comments

Comments
 (0)