Skip to content

Instantly share code, notes, and snippets.

@sainak
Created August 17, 2020 12:09
Show Gist options
  • Save sainak/b2e91a3aa9749742f95b2b4d522bcef5 to your computer and use it in GitHub Desktop.
Save sainak/b2e91a3aa9749742f95b2b4d522bcef5 to your computer and use it in GitHub Desktop.

#How to install PyGame on Ubuntu

sudo apt-get install libfreetype6-dev libsdl-dev libsdl-image1.2-dev\
libsdl-mixer1.2-dev libsdl-ttf2.0-dev libsmpeg-dev libportmidi-dev \
libavformat-dev libswscale-dev python3-dev python3-numpy
python3 -m pip install -U pygame --user
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment