.. _install: Installation ============ This part of the documentation covers the installation of Crawly. From Pypi (stable): ------------------- Installing crawly is simple with `pip `_:: $ pip install crawly or, with `easy_install `_:: $ easy_install crawly From repository (Unstable): --------------------------- You can download `crawly.py `_ into your project directory. or you can install crawly from `source code `_:: $ hg clone https://bitbucket.org/mouad/crawly $ cd crawly $ python setup.py install