+ 2
How do I install pygame to python 3
9 Réponses
+ 4
Yessss!!! Kuba Siekierzyński is absolutely right...
But take care that the pip should be in the path(while downloading python, there's an option to add it to the path)...
If you find an error, then it means that your pip is not in the path so you can use the keyword 'cd' which means change directory and then put a space and type the location of the pip(most probably it should be inside the scripts)
+ 6
Much like any other module:
pip install pygame
+ 2
python -m pip install pygame
+ 2
Adeniyi Olaitan i think the problem is that your pip was not added to path. You better uninstall python3 and install and you need to check the box of adding to path. Then after do "pip install pipenv" then after do "pip install pygame"
+ 2
Adeniyi Olaitan Yess... I mentioned that in my answer...😊
+ 1
𝐊𝐢𝐢𝐛𝐨 𝐆𝐡𝐚𝐲𝐚𝐥
Desktop
+ 1
Kuba Siekierzyński
I'll try that
+ 1
I've done it guys and I found out that I didn't Add to path when installing python so I had to reinstall, its working now, thanks guys
0
type it in comand line