Horje
install pygame Code Example
install 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 
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)
install pygame
pip install pygame
how to download pygame
for windows users:

press windows+r
type cmd

type py -m pip install pygame
how to install pygame
# on windows write in powershell:
pip install pygame

# on os write in terminal 
pip install pygame
How to install pygame
#For windows
py -m pip install -U pygame --user




Shell

Related
how to set wsl 2 as default Code Example how to set wsl 2 as default Code Example
Firebase tools Code Example Firebase tools Code Example
command to install firebase in raspberry Code Example command to install firebase in raspberry Code Example
how to check machine is 32bit or 64bit linux Code Example how to check machine is 32bit or 64bit linux Code Example
npm firebase -g Code Example npm firebase -g Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
13