From d006224c423f5045bb1ff799fa09288216c17b4f Mon Sep 17 00:00:00 2001 From: Neil Date: Sat, 20 Apr 2013 19:45:21 +0200 Subject: [PATCH] Add some installation notes --- README.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.txt b/README.txt index 0622a5a..b4b72e3 100644 --- a/README.txt +++ b/README.txt @@ -13,6 +13,18 @@ Requirements This was developed using pygame 1.9.1 and kivy 1.6.0. +Installation notes +------------------ + +For Linux, I created a virtualenv and used pip install kivy to setup the latest +kivy environment. Pygame installation didn't work for me using pip, so I used +the system packages for that. + +i.e. + +$ virtualenv --system-site-packages ve +$ . ve/bin/activate +$ pip install -r requirements.txt # to install kivy and cython Running the Game ---------------- -- 2.34.1