From charlesreid1

Revision as of 12:23, 12 May 2012 by Admin (talk | contribs) (Created page with "=Installation= Scrapy can be installed by downloading the tarball, unzipping it, and doing the usual Python build/install steps: <source lang="bash"> $ python setup.py build ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Installation

Scrapy can be installed by downloading the tarball, unzipping it, and doing the usual Python build/install steps:

$ python setup.py build

$ python setup.py install