Recent Posts

Install pygame in python 3.4.3 in Linux

Pygame is a type of module which help you to create nice GUI via python.
Twiker is good but pygame have a hard and easy documentation.

It is easy to install pygame with python 2x. Just type apt-get install python-pygame. But python 3x is little bit different.Just copy and paste this into your teminal. It is fully tested.


Make sure you have install pip3

apt-get install python3-dev mercurial
apt-get install libsdl-image1.2-dev libsdl2-dev libsdl-ttf2.0-dev
apt-get install libsdl-mixer1.2-dev libportmidi-dev
apt-get install python-numpy
pip3 install --user hg+http://bitbucket.org/pygame/pygame

Post a Comment

0 Comments