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

At the command line::

    $ easy_install chatter

Or, if you have virtualenvwrapper installed::

    $ mkvirtualenv chatter
    $ pip install chatter
