Answers for "install pygame on windows"

7

install pygame

python3 -m pip install pygame <<<(mac)>>>
or
python -m pip install pygame <<<(windows)>>>
or
sudo apt install python3-pygame <<<(ubuntu)>>>
Posted by: Guest on September-22-2020
2

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
1

intall pygame

python3 -m pip install -U pygame --user
Wha?
Posted by: Guest on October-05-2020
1

pip install pygame

py -m pip install -U pygame --user
Posted by: Guest on March-09-2020

Python Answers by Framework

Browse Popular Code Answers by Language