django-xross installation
================================================


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


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

    easy_install .

or

    python setup.py install


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

    easy_install django-xross


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