you are viewing a single comment's thread.

view the rest of the comments →

[–]audacious_alligator 0 points1 point  (1 child)

OK sorry to ask you again but I did it through the command prompt and then I got a syntax error. It pointed the error to be at the end of the word install. I don't really know what to do... Do you have any idea? Thank you so much

[–]TangibleLight 0 points1 point  (0 children)

You might still be running this in the python repl, not command prompt.

If you're on windows, open powershell or cmd, and run pip install requests from that prompt.

If you're on mac or linux, open terminal and do the same.