webscaff installation
=====================


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


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

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

    pip install .

or

    python setup.py install


From PyPI
---------

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

    pip install webscaff


Use `-U` flag for upgrade:

    pip install -U webscaff

