opencv-proto installation
=========================


Python ``pip`` package is required to install ``opencv-proto``.


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

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

    pip install .

or

    python setup.py install


From PyPI
---------

Alternatively you can install ``opencv-proto`` from PyPI:

    pip install opencv-proto


Use `-U` flag for upgrade:

    pip install -U opencv-proto

