pg_analyse installation
=======================


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


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

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

    pip install .

or

    python setup.py install


From PyPI
---------

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

    pip install pg_analyse


Use `-U` flag for upgrade:

    pip install -U pg_analyse

