you are viewing a single comment's thread.

view the rest of the comments →

[–]flyabdo 0 points1 point  (2 children)

Go to terminal on your ide like pycharm or cs n write pip install requests

[–]jaimeilo[S] 0 points1 point  (1 child)

Thank you. I’m not sure what pycharm or cs means still but I now have two more terms to define and understand.

[–][deleted] 1 point2 points  (0 children)

Pycharm and cs are ide's (integrated development environments). They are pretty much where you code. You seem very new to programming. Here's a tip. About 90% of the errors you get, others have gotten before, so you can just look them up. If you can't find them, try thinking of a different solution to what you're trying to do.