Download the source code, then install ``GitPrompt`` with ``setup.py``::

    $ cd GitPrompt
    $ python setup.py install

Or, download and install ``GitPrompt`` with ``pip``::

    $ pip install GitPrompt

Or, download and install ``GitPrompt`` with ``easy_install``::

    $ easy_install GitPrompt
