Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add code highlighting #30

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ Installation

Pypi package available at http://pypi.python.org/pypi/python-itunes/1.0

::
.. code-block:: bash

$ easy_install python-itunes

Or download the code from https://github.com/ocelma/python-itunes/archives/master and then

::
.. code-block:: bash

$ python setup.py install

.. note::

If you're using python version <= 2.5 you'll need to install simplejson. E.g:

::
.. code-block:: bash

$ easy_install simplejson

Expand All @@ -32,7 +32,7 @@ Examples

Search
~~~~~~
::
.. code-block:: python

import itunes

Expand Down Expand Up @@ -69,7 +69,7 @@ Search
Lookup
~~~~~~

::
.. code-block:: python

import itunes

Expand All @@ -93,7 +93,7 @@ Lookup
Caching JSON results
~~~~~~~~~~~~~~~~~~~~

::
.. code-block:: python

import itunes

Expand All @@ -106,6 +106,6 @@ Caching JSON results
Tests
-----

::
.. code-block:: bash

$ nosetests tests