#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