What are the steps to install pygame in python IDLE | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

What are the steps to install pygame in python IDLE

Installing procedure

26th Feb 2020, 6:47 PM
Vaishnavi Kota
2 Respostas
+ 3
If you already for python install, then open the cmd ( windows) or terminal (mac/linux) and type: pip install pygame If it doesn't work try pip3 or pip 3.8 or whatever version of python is installed on your device.
26th Feb 2020, 6:51 PM
Aymane Boukrouh
Aymane Boukrouh - avatar
+ 3
Vaishuā˜†ā˜† If the command in Aymane Boukrouh 's answer says something like "pip is not recognised as an internal..." (Only in widows... something like this never occured to me in Ubuntu) you can use the command(for Windows) py -m pip install pygame Or python -m pip install pygame
28th Feb 2020, 9:31 AM
Utkarsh Sharma
Utkarsh Sharma - avatar