django-sitecats installation
============================


Python ``pip`` package is required to install ``django-sitecats``.


From sources
------------

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

    pip install .

or

    python setup.py install


From PyPI
---------

Alternatively you can install ``django-sitecats`` from PyPI:

    pip install django-sitecats


Use `-U` flag for upgrade:

    pip install -U django-sitecats

