Steps for installing Scrapy under CentOS7 are described in detail

  • 2020-06-03 09:08:38
  • OfStack

Steps to install Scrapy under CentOS7 are described in detail

Update yum


[root@localhost ~]# yum -y update

Install gcc and extension packs


[root@localhost ~]# yum install gcc libffi-devel python-devel openssl-devel

Installing the development kit


[root@localhost ~]# yum groupinstall -y development

Install libxslt-ES17en to support lxml


[root@localhost ~]# yum install libxslt-devel

Install pip


[root@localhost ~]# yum -y install python-pip

Install Scrapy


[root@localhost ~]# pip install scrapy

Thank you for reading, I hope to help you, thank you for your support to this site!


Related articles: