pycbrf installation
===================


Python ``pip`` package is required to install pycbrf.


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


Use the following command line to install pycbrf from sources directory (containing setup.py):

    pip install .

or

    python setup.py install


From PyPI
---------

Alternatively you can install pycbrf from PyPI:

    pip install pycbrf


Use `-U` flag for upgrade:

    pip install -U pycbrf
