Installing Pygame | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Installing Pygame

I need help installing Pygame for Python. On the website it tells be to use Pip to install, but I don't know what Pip is. And there are no tutorials on this. Can anyone tell me?

21st Apr 2018, 10:47 AM
mahir
mahir - avatar
2 Answers
21st Apr 2018, 1:15 PM
Muhd Khairul Amirin
Muhd Khairul Amirin - avatar
+ 3
To install a new package/modules/librairies in python you have to use pip install command if you use windows,open the cmd then go to the python directory and run this command pip install pygame
21st Apr 2018, 10:58 AM
HBhZ_C
HBhZ_C - avatar