Skip to content

Instantly share code, notes, and snippets.

@mcspring
Created July 6, 2017 08:33
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 mcspring/94403e3d202789da111dc0119cb07227 to your computer and use it in GitHub Desktop.
Save mcspring/94403e3d202789da111dc0119cb07227 to your computer and use it in GitHub Desktop.
Install Scrapy on CentOS 7.x
### install pip on CentOS 7.x
yum install -y python-pip
yum install -y python-devel libssl-devel libxml2 libxml2-devel libxslt libxslt-devel openssl openssl-devel libffi libffi-devel
CFLAGS="-O0" pip install lxml
pip install scrapy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment