Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2009-02-05 15:29:56 (GMT)
committer Joel Stanley <joel@jms.id.au>2009-02-05 15:29:56 (GMT)
commitc2789e4b3474fadca697f479752fc12d9c1a34c4 (patch)
tree9c8c0951490c04fcc6ae8d5704642fd6aae2ba4d
parent851cecc6b6c0b3c59af188542650632d93f0add2 (diff)
Solved case of the mysterious pygame users
People thought they needed to install pygame to use OVPC, which had me stumped until Paul Wise pointed out that I refer to pygame in the INSTALL file. Opps, changed it to pyglet.
-rw-r--r--INSTALL6
1 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index ec5f868..05a3377 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,8 +1,8 @@
-OVPC requires pygame 1.2, which in turn reqires Python 2.5.
+OVPC requires pyglet 1.2, which in turn reqires Python 2.5.
-For Debian and Ubuntu, install python-pygame
+For Debian and Ubuntu, install python-pyglet
- sudo apt-get install python-pygame
+ sudo apt-get install python-pyglet
and then run