You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
alecgoebel edited this page Jan 30, 2012
·
1 revision
Installing and Using Linux
Installation
For the most part, linux users are on their own. However, on debian based systems you should only need to run sudo apt-get install python-pygame to get pygame installed
Usage
To run a python program in linux, simply open the right directory in the terminal (cd) and then use python program.py.