{{ get_app_title_rst('installation') }}


Python ``pip`` package is required to install ``{{ app_name }}``.


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

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

    pip install .

or

    python setup.py install


From PyPI
---------

Alternatively you can install ``{{ app_name }}`` from PyPI:

    pip install {{ app_name }}


Use `-U` flag for upgrade:

    pip install -U {{ app_name }}
