1、pip3 install scrapy
通过pip3命令,执行pip3 install scrapy进行安装。

2、scrapy startproject test
通过执行scrapy命令,执行scrapy startproject test创建项目。

3、scrapy crawl test
通过执行scrapy命令,执行scrapy crawl test运行项目。

1、pip3 install scrapy
通过pip3命令,执行pip3 install scrapy进行安装。

2、scrapy startproject test
通过执行scrapy命令,执行scrapy startproject test创建项目。

3、scrapy crawl test
通过执行scrapy命令,执行scrapy crawl test运行项目。
