pytest-datafixtures installation
================================


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


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

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

    pip install .

or

    python setup.py install


From PyPI
---------

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

    pip install pytest-datafixtures


Use `-U` flag for upgrade:

    pip install -U pytest-datafixtures

