Skip to content

Instructions Install Linux

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.

Clone this wiki locally