Python Forum
[PyGame] Trouble install pygames - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Game Development (https://python-forum.io/forum-11.html)
+--- Thread: [PyGame] Trouble install pygames (/thread-20191.html)



Trouble install pygames - kevindadmun - Jul-31-2019

I am trying to install pygames. But i am have trouble finding a decent tutorial. They talk about using something called a pip? i dont no what that is. I am currently using pycharm. So can someone help me out with this.


RE: Trouble install pygames - metulburr - Jul-31-2019

pip is python's embedded 3rd party installer. You should have it installed on any python 3.3-ish or above.


RE: Trouble install pygames - kevindadmun - Jul-31-2019

Ok then how do i use it?


RE: Trouble install pygames - metulburr - Jul-31-2019

Sorry i was watching the democratic debate while responding and got distracted and was planning on writing more.

This explains the installation process to make sure that you have pip usable.

After which you can execute pip install pygame in your command prompt to install pygame to python


RE: Trouble install pygames - kevindadmun - Jul-31-2019

I just want to say thank you for the help pygame is working know.