Need help in installing pygame with python.. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Need help in installing pygame with python..

I have done it multiple times by changing path and watching videos.still don't get it..need help with it

15th Dec 2017, 6:55 AM
Siva Rohith
Siva Rohith - avatar
3 Answers
+ 1
pip install pygame or pip3 install pygame or if it's not recognizing pip, either add it to your path variable, make sure to restart after changing path, or just navigate to your Python installation find the scripts folder and run pip.exe install pygame
15th Dec 2017, 8:29 AM
Zandifier
Zandifier - avatar
0
saying pip is not found
15th Dec 2017, 8:30 AM
Siva Rohith
Siva Rohith - avatar
0
Updated my answer
15th Dec 2017, 8:33 AM
Zandifier
Zandifier - avatar