mac如何安装运行scrapy

2026-02-14 12:00:06

1、pip3 install scrapy

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

mac如何安装运行scrapy

2、scrapy startproject test

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

mac如何安装运行scrapy

3、scrapy crawl test

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

mac如何安装运行scrapy

猜你喜欢