srptools installation
=====================


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


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

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

    pip install .

or

    python setup.py install


From PyPI
---------

Alternatively you can install ``srptools`` from PyPI:

    pip install srptools


Use `-U` flag for upgrade:

    pip install -U srptools
