Scrapy: Difference between revisions
From charlesreid1
(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 ...") |
No edit summary |
||
| Line 1: | Line 1: | ||
=Installation= | =Installation= | ||
==Prerequisites== | |||
You'll need libxml2 to use Scrapy. | |||
==Build/Install== | |||
Scrapy can be installed by downloading the tarball, unzipping it, and doing the usual Python build/install steps: | Scrapy can be installed by downloading the tarball, unzipping it, and doing the usual Python build/install steps: | ||
Revision as of 12:39, 12 May 2012
Installation
Prerequisites
You'll need libxml2 to use Scrapy.
Build/Install
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