pytest-stub installation
========================


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


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

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

    pip install .

or

    python setup.py install


From PyPI
---------

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

    pip install pytest-stub


Use `-U` flag for upgrade:

    pip install -U pytest-stub

