aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Russell Cohen <rcoh@mit.edu>2011-02-17 10:59:57 -0500
committerGravatar Russell Cohen <rcoh@mit.edu>2011-02-17 10:59:57 -0500
commit90a03b1b91c579a911fbbbbea398124c83726a3f (patch)
treedbe45a96d4d0b5a982fcf04ffba583d358119707
parent2c9cb0784184346917f9ad509f9b2c4056b60167 (diff)
Added a readme!
-rw-r--r--README14
1 files changed, 14 insertions, 0 deletions
diff --git a/README b/README
index e69de29..833dcfc 100644
--- a/README
+++ b/README
@@ -0,0 +1,14 @@
+#SmootLight
+SmootLight is a modular, scalable system for control interactive light
+installations.
+
+##Dependencies
+- Python 2.6 (2.7 should work, 3.x won't)
+[Optional]:
+ - PIL (For JPGInput)
+ - Pygame (for simulations)
+ - Liblo (for mobile phone input)
+
+##Usage
+Command line: `python LightInstallation.py config/Demo.xml`
+(or whichever config file you want)