+ 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?
2 Answers
+ 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