Skip to content

Instantly share code, notes, and snippets.

@clasense4
Created February 16, 2014 11:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clasense4/9032552 to your computer and use it in GitHub Desktop.
Save clasense4/9032552 to your computer and use it in GitHub Desktop.
Install scrapy 0.18.4 on centos6.5 Python 2.6.6
yum install libxml2-devel
yum install libxslt-devel
yum install python-devel
pip install MySQL-python
pip install scrapy==0.18.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment