Novice, I'd like to ask. How does pyspider work? I installed py2.7 and phth.

find a basic detailed process

pip install pyspider
SyntaxError: invalid syntax
pip3 install pyspider
SyntaxError: invalid syntax
Jun.08,2021

check whether the pip command is installed globally, and that pip is in the Python/Scripts directory. Open cmd,cd to that directory, and then type pip install pyspider to try.

Menu