I tried to install the requests
module by using pip install requests
, but I got the SyntaxError: invalid syntax
all the time.
I'm using Python 3 for Windows.
I've tried on other syntax like py -m pip install requests
or apt-get install python3-requests
but the problem has persisted.
File "<ipython-input-163-38059570e01a>", line 2
pip3 install requests
^
SyntaxError: invalid syntax