Skip to content

Instantly share code, notes, and snippets.

@makokal
Created October 2, 2013 10:18
Show Gist options
  • Save makokal/6791639 to your computer and use it in GitHub Desktop.
Save makokal/6791639 to your computer and use it in GitHub Desktop.
Install pygame ubuntu
# tested on ubuntu 12.04
# dependencies
sudo apt-get install libsdl1.2-dev libsdl-image1.2-dev libsdl-ttf2.0-dev libsdl-mixer1.2-dev libsmpeg-dev libportmidi-dev
# pygame
sudo pip install hg+http://bitbucket.org/pygame/pygame
@makokal
Copy link
Author

makokal commented Oct 2, 2013

Press [Enter] when the pip command starts, :P

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment