“Como instalar o Pygame” Respostas de código

Instale o pygame

# on your terminal : 
pip install pygame 

# check if pygame run : 
py -m pygame.examples.aliens 
# if a window is open -> pygame is correctly installed 
Pr.Gaultier

Instale o Pygame no Mac

python3 -m pip install -U pygame==2.0.0.dev6
Bewildered Barracuda

Instalação do pygame

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)
Bright Buzzard

Intall Pygame

python3 -m pip install -U pygame --user
Wha?
Misty Manatee

Como instalar o Pygame

# on windows write in powershell:
pip install pygame

# on os write in terminal 
pip install pygame
Misty Manatee

Como instalar o Pygame

#For windows
py -m pip install -U pygame --user
Poor Pigeon

Respostas semelhantes a “Como instalar o Pygame”

Perguntas semelhantes a “Como instalar o Pygame”

Mais respostas relacionadas para “Como instalar o Pygame” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código