pytest-race installation
========================


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


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

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

    pip install .

or

    python setup.py install


From PyPI
---------

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

    pip install pytest-race


Use `-U` flag for upgrade:

    pip install -U pytest-race

