Python Forum

Full Version: Trouble install pygames
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
pip is python's embedded 3rd party installer. You should have it installed on any python 3.3-ish or above.
Ok then how do i use it?
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
I just want to say thank you for the help pygame is working know.