aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Russell Cohen <rcoh@mit.edu>2011-02-17 23:59:57 +0800
committerGravatar Russell <rcoh@mit.edu>2011-02-20 03:54:29 +0800
commit037a4faa064cbd4637a78f2742afa746bbc8aaad (patch)
tree4b96e4e1aa1721b4001d66cacbfe8172ee89df76
parent2b136469820fbaa8a21c79cee695e17a22111a29 (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)