创建环境
conda create –name scrapytutorial python=3.7.4
安装scrapy
conda install -c scrapinghub scrapy
创建项目
scrapy startproject scrapytutorial
生成的项目如下
创建环境
conda create –name scrapytutorial python=3.7.4
安装scrapy
conda install -c scrapinghub scrapy
创建项目
scrapy startproject scrapytutorial
生成的项目如下
坚持原创技术分享,您的支持是我前进的动力!