From d519cd8434f461f20ddf451f4f8a10f87f96990e Mon Sep 17 00:00:00 2001 From: Neil Date: Sun, 14 Apr 2013 13:00:20 +0200 Subject: [PATCH] Add missed requirements. Update readme --- README.txt | 6 ++++++ requirements.txt | 2 ++ 2 files changed, 8 insertions(+) diff --git a/README.txt b/README.txt index 45794d4..e8c085a 100644 --- a/README.txt +++ b/README.txt @@ -8,6 +8,12 @@ Members: Neil Muller (drnlm) License: see LICENSE.txt +Requirements +------------ + +This was developed using pygame 1.9.1 and kivy 1.6.0. + + Running the Game ---------------- diff --git a/requirements.txt b/requirements.txt index 043ffd4..3802a91 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,3 @@ +cython +pygame kivy -- 2.34.1