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
3 Respuestas
+ 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
0
saying pip is not found
0
Updated my answer