{{ app_name }} installation
================================================


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


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

    easy_install .

or

    python setup.py install


Alternatively you can install an up-to-date version of {{ app_name }} from PyPI:

    easy_install {{ app_name }}


Note: `easy_install` is bundled with ``setuptools``.
