More makefile tweaking
[erdslangetjie.git] / README.txt
index 0622a5ad4b723e7dc5cbecf488106b33bcb525bc..b6b8268604a9f399db307e08e0d5eda3a9fc24db 100644 (file)
@@ -13,6 +13,20 @@ Requirements
 
 This was developed using pygame 1.9.1 and kivy 1.6.0.
 
+Git repo: http://www.ctpug.org.za/gitweb/?p=erdslangetjie.git;a=summary
+
+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
 ----------------