scrapy中文参考文档:https://scrapy-chs.readthedocs.io/zh_CN/0.24/intro/tutorial.html
scrapy英文参考文档:https://doc.scrapy.org/en/latest/intro/tutorial.html
1.安装scrapy
在你完全配置好Python虚拟环境后,接下来进入到你已配置好的虚拟环境中安装你所需要的包
pip install twisted可能会失败,你需要通过其它途径下载并将其放到你的虚拟环境中
首先安装pypivwin32, 运行scrapy的时候,如果没有安装pypiwin32,会出异常。