django-sitemessage installation
===============================


Python ``setuptools`` package is required to install django-sitemessage.


Use the following command line to install django-sitemessage from sources directory (containing setup.py):

    easy_install .

or

    python setup.py install


Alternatively you can install an up-to-date version of django-sitemessage from PyPI:

    easy_install django-sitemessage


Note: `easy_install` is bundled with ``setuptools``.
