Installation
------------


:mod:`qc.statusmessage` comes as an egg and can be downloaded from 
`PyPI <http://pypi.python.org/qc.statusmessage>`_. You can also easily add it as an
dependency on your own package or install it via 
`zc.buildout <http://pypi.python.org/pypi/zc.buildout/>`_ or
`virtualenv <http://pypi.python.org/pypi/virtualenv/>`_ .

Using `easy_install <http://peak.telecommunity.com/DevCenter/EasyInstall>`_
you install it like this::

    easy_install qc.statusmessage

After that you can use it as filter in your `WSGI pipeline
<http://pythonpaste.org/deploy/#filter-composition>`_.


