Install Scrapy under mac

Building Scrapy's dependency library on Mac requires a C compiler and development header files, which are generally provided by Xcode. The specific commands are as follows

xcode-select --install

Install Scrapy with pip

pip3 install Scrapy

Enter scrapy to verify that the installation was successful


Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326488859&siteId=291194637
Recommended