============
Installation
============

At the command line::

    $ pip install progressbar2

Or if you don't have pip::

    $ easy_install progressbar2

Or, if you have virtualenvwrapper installed::

    $ mkvirtualenv progressbar2
    $ pip install progressbar2
