Answers for "how to install pygame windows 10 terminal"

4

pygame install

try:
pip install pygame
else:
pip3 install pygame
else:
python -m pip install pygame
else:
python3 -m pip install pygame
else:
py -m pip install pygame(this is my method)
(this is only for windows)
Posted by: Guest on June-03-2021
3

how to install pygame

# on windows write in powershell:
pip install pygame

# on os write in terminal 
pip install pygame
Posted by: Guest on December-17-2020

Code answers related to "how to install pygame windows 10 terminal"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language