Skip to content

Commit

Permalink
Follow python doc convention of $ before shell cmd.
Browse files Browse the repository at this point in the history
  • Loading branch information
bd808 committed Apr 8, 2013
1 parent c41a413 commit 16210da
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,21 +66,21 @@ Install the latest stable version from PyPi using pip_:

.. code-block:: bash
pip install iptools
$ pip install iptools
or setuptools_:

.. code-block:: bash
easy_install iptools
$ easy_install iptools
Install the latest development version:

.. code-block:: bash
git clone https://github.com/bd808/python-iptools.git
cd python-iptools
python setup.py install
$ git clone https://github.com/bd808/python-iptools.git
$ cd python-iptools
$ python setup.py install
***
Expand Down

0 comments on commit 16210da

Please sign in to comment.