“Jak zainstalować Pygame” Kod odpowiedzi

Zainstaluj 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

Zainstaluj PyGame na Mac

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

instalacja 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

Nietopela Pygame

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

Jak zainstalować Pygame

# on windows write in powershell:
pip install pygame

# on os write in terminal 
pip install pygame
Misty Manatee

Jak zainstalować Pygame

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

Odpowiedzi podobne do “Jak zainstalować Pygame”

Pytania podobne do “Jak zainstalować Pygame”

Więcej pokrewnych odpowiedzi na “Jak zainstalować Pygame” w Shell/Bash

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu