您的位置:首页 > 编程语言 > Python开发

install and upgrade scrapy

2013-07-09 12:12 2456 查看

【推荐】2019 Java 开发者跳槽指南.pdf(吐血整理) >>>

install and upgrade scrapy
1\ uninstall old scrapy,if u need:
sudo uninstall Ccrapy

2\
sudo pip install Scrapy

when get fllowing info:
Requirement already satisfied (use --upgrade to upgrade): Twisted>=8.0 in /usr/local/lib/python2.7/dist-packages (from Scrapy)
Requirement already satisfied (use --upgrade to upgrade): w3lib>=1.2 in /usr/local/lib/python2.7/dist-packages (from Scrapy)
Requirement already satisfied (use --upgrade to upgrade): lxml in /usr/lib/python2.7/dist-packages (from Scrapy)
Requirement already satisfied (use --upgrade to upgrade): pyOpenSSL in /usr/lib/python2.7/dist-packages (from Scrapy)
Requirement already satisfied (use --upgrade to upgrade): zope.interface>=3.6.0 in /usr/lib/python2.7/dist-packages (from Twisted>=8.0->Scrapy)

then:

s easy_install --upgrade Twisted w3lib lxml pyOpenSSL zope.interface
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  scrapy pip python