Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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)
 
PREVIOUS NEXT
Tagged: #pygame #install
ADD COMMENT
Topic
Name
7+8 =