gallerycrawler installation
===========================


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


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

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

    pip install .

or

    python setup.py install


From PyPI
---------

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

    pip install gallerycrawler


Use `-U` flag for upgrade:

    pip install -U gallerycrawler

