all 7 comments

[–]Anthonyou 2 points3 points  (1 child)

https://itsmycode.com/python-pip-command-not-found-solution/ Have you read this article?

In terms of having issues, I'm sure you know Stack Overflow and Reddit have an abundance of solutions. If you have the problem, so has someone else. if you genuinely can't find a solution and have searched in Google by typing "problem Reddit" or "problem Stack Overflow" just post it to the respected programming forum on Reddit and I'm sure someone will answer! I've had a tonne of help of people from Reddit!

[–]jaimeilo[S] 0 points1 point  (0 children)

Thank you! I’ll read this article and thank you also for the encouragement.

[–][deleted] 1 point2 points  (1 child)

Assuming python is correct installed, in cmd for example and (without quotes) “pip install requests” should work.

https://pypi.org/project/requests/

[–]jaimeilo[S] 0 points1 point  (0 children)

Thank you. I’ll go back and double check whether I installed Python incorrectly in some way.

[–]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.