I'm trying to learn pygame but I'm having trouble installing it because when I go to terminal and type "pip install pygame" but an error pops up and I'm not too sure how to fix it.
This is what happens:
pip : The term 'pip' is not recognized as the name of a
cmdlet, function, script file, or operable program. Check the
spelling of the name, or if a path was included, verify that
the path is correct and try again.
At line:1 char:1
+ pip install pygame
+ ~~~
+ CategoryInfo : ObjectNotFound: (pip:String) [],
CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
If anyone can help me fix this I would really appreciate it :)