X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;f=README.txt;h=b4b72e3631604accbeac32bc745e50fcb3bd232d;hb=7a4cfb2fe0dc5139f695d928728a54e43ada42cc;hp=0622a5ad4b723e7dc5cbecf488106b33bcb525bc;hpb=3bfbca221d6c51d46a540149a0e035ea71622ee4;p=erdslangetjie.git 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 ----------------