Scrapy installation tutorial pip or conda., scrapyconda
Cmd:
View pip version
Pip install -- upgrade pip upgrade Max version
Https://sourceforge.net/projects/pywin32/files/pywin32/ install Pywin32
Https://sourceforge.net/projects/pywin32/files/pywin32/Build%20221/pywin32-221.win-amd64-py3.6.exe/download
Although amd64 is written, it can be used by intel.
[Recommended] For python of anaconda, go directly to install sacrapy.
In the cell that comes with conda, type:
Conda install scrapy
The installation is complete.
Differences between pip and conda commands. We recommend that you use conda
Pip install + software name
Pip install -- upgrade + software name
Pip uninstall... uninstall
Conda install + software name
Conda is the name of conda remove + software.
Conda and pip are two sets of software. Sometimes you can use one set to avoid repeated installation.