Scrapy爬虫入门
开发环境manjaro+python3
1.安装Scrapy
sudo pip install scrapy
这里更换镜像源安装会快点,在~/.pip/pip.conf中添加以下内容即可
[global]
index-url = https://pypi.tuna.tsinghua.edu.cn/simple
[install]
trusted-host=mirrors.aliyun.com
开发环境manjaro+python3
sudo pip install scrapy
这里更换镜像源安装会快点,在~/.pip/pip.conf中添加以下内容即可
[global]
index-url = https://pypi.tuna.tsinghua.edu.cn/simple
[install]
trusted-host=mirrors.aliyun.com
原文作者:ShallowRiver
原文链接:http://yoursite.com/2019/05/13/Scrapy爬虫学习/
发表日期:May 13th 2019, 7:01:57 pm
更新日期:July 16th 2019, 9:23:49 am
版权声明:本文采用知识共享署名-非商业性使用 4.0 国际许可协议进行许可