ubuntu下搭建Scrapy框架简单办法

Posted 北冥有鱼,南冥有猫

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ubuntu下搭建Scrapy框架简单办法相关的知识,希望对你有一定的参考价值。

1. 先执行以下命令

sudo apt-get install python-lxml
sudo apt-get install libxslt1-dev
sudo apt-get install python-setuptools
sudo apt-get install libevent-dev
sudo apt-get install libffi-dev
sudo apt-get install python-openssl
sudo apt-get install libssl-dev

2. 然后执行

sudo pip install scrapy

安装成功

以上是关于ubuntu下搭建Scrapy框架简单办法的主要内容,如果未能解决你的问题,请参考以下文章