1
============
2
Installation
3
4
5
At the command line::
6
7
easy_install crawler
8
9
Or, if you have virtualenvwrapper installed:
10
11
.. code-block:: bash
12
13
mkvirtualenv crawler
14
pip install crawler