Syntax-highlighting for examples in the README.

This commit is contained in:
Jakub Roztocil 2012-07-30 13:58:13 +02:00
parent 5e7bb1f6dc
commit a5b98818c8

View File

@ -336,16 +336,22 @@ to see whether it has been previously discussed.
Then fork and clone `the repository`_.
To point the ``http`` command to your local branch during development you can
install HTTPie in an editable mode::
install HTTPie in an editable mode:
.. code-block:: shell
pip install --editable .
To run the existing suite of tests before a pull request is submitted::
To run the existing suite of tests before a pull request is submitted:
.. code-block:: shell
python setup.py test
`Tox`_ can also be used to conveniently run tests in all of the
`supported Python environments`_::
`supported Python environments`_:
.. code-block:: shell
# Install tox
pip install tox