uwsgiconf installation
======================


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


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

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

    pip install .

or

    python setup.py install


From PyPI
---------

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

    pip install uwsgiconf

    ; Install with Click package for CLI:
    pip install uwsgiconf[cli]


Use `-U` flag for upgrade:

    pip install -U uwsgiconf
