makeapp installation
====================


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


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

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

    pip install .

or

    python setup.py install


From PyPI
---------

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

    pip install makeapp


Use `-U` flag for upgrade:

    pip install -U makeapp

