How to install python and pygame in ubuntu?

How to install python and pygame in ubuntu?

Here are few instruction to install python and pygame in your linux system. Copy or type following command in your linux terminal.

sudo apt-get install python-2.7

To further install idle in your system you need to type following command.

sudo apt-get install idle

To install pygame you have to type following command.

sudo apt-get install python-pygame

Leave a Reply

Your email address will not be published. Required fields are marked *