pytest-djangoapp installation
=============================


Python ``pip`` package is required to install ``pytest-djangoapp``.


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

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

    pip install .

or

    python setup.py install


From PyPI
---------

Alternatively you can install ``pytest-djangoapp`` from PyPI:

    pip install pytest-djangoapp


Use `-U` flag for upgrade:

    pip install -U pytest-djangoapp

