django-sitetables installation
==============================


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


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

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

    pip install .

or

    python setup.py install


From PyPI
---------

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

    pip install django-sitetables


Use `-U` flag for upgrade:

    pip install -U django-sitetables

