diff README.txt @ 287:67387621c61b

Added requirements.txt and use it from setup.py
author David Fraser <davidf@sjsoft.com>
date Thu, 05 Sep 2013 16:40:04 +0200
parents d862cc209de4
children 35243e090a30
line wrap: on
line diff
--- a/README.txt	Thu Sep 05 16:16:49 2013 +0200
+++ b/README.txt	Thu Sep 05 16:40:04 2013 +0200
@@ -10,7 +10,10 @@
 Requirements
 ============
 
-The game requires pygame and pymunk.
+The game requires pygame and pymunk. Requirements can be installed by
+  pip install -e .
+Or
+  pip install -r requirements.txt
 
 It was developed using python 2.7, pymunk 4.0 and pygame 1.9.2. Older
 versions may or may not work.