How to INSTALL Pygame on Visual Studio Code (Python Tutorial)!

preview_player
Показать описание
In this video, I'll show you how to install pygame on vs code. Let me know if you have any questions in the comments, I'd be happy to make follow up videos/answer questions.
Рекомендации по теме
Комментарии
Автор

i get this error code
pip : The term 'pip' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the

adamchoucha
Автор

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


Can you help me it shows this message

DananaPro
Автор

Mine says pip is not recognised, what am i doing wrong?

heatherlee