+ 1
How to download Pygame in Python
With pygame yu can make a game. It can do many things, but there is problem with installing it.
12 RĂ©ponses
0
Maybe this help:
https://pygame.pfaj.ca/
0
In cmd go to the python installation directory and type:
pip install pygame
0
Yeah I know, but that isn't working
0
What's the error?
0
Big huge lines of code (idk). I fixed only that pip is an existing command
0
Was the error about SSL? It is annoying I can't install any libraries because of that problem.
0
I don't know
0
How about one of these?
py -m pip install pygame
python -m pip install pygame
0
"pip install pygame" might only work on Linux devices, but "py -m pip install pygame" should work on Windows 10.
0
O_o I was typing "pip install pygame" on windows
0
Try typing this command in the CMD
```
python -m pip install pygame
```
This shoud worj.
- 2
Just go to terminal and write this command 'pip install pygame'.