“Cómo instalar pygame” Código de respuesta

instalar 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

instalar pygame en Mac

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

instalación de 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

Cómo instalar pygame

# on windows write in powershell:
pip install pygame

# on os write in terminal 
pip install pygame
Misty Manatee

Cómo instalar pygame

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

Respuestas similares a “Cómo instalar pygame”

Preguntas similares a “Cómo instalar pygame”

Más respuestas relacionadas con “Cómo instalar pygame” en Shell/Bash

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código