Created
July 6, 2017 08:33
-
-
Save mcspring/94403e3d202789da111dc0119cb07227 to your computer and use it in GitHub Desktop.
Install Scrapy on CentOS 7.x
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### 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