From c2789e4b3474fadca697f479752fc12d9c1a34c4 Mon Sep 17 00:00:00 2001 From: Joel Stanley Date: Thu, 05 Feb 2009 15:29:56 +0000 Subject: 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. --- 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 -- cgit v0.9.1