From 90a03b1b91c579a911fbbbbea398124c83726a3f Mon Sep 17 00:00:00 2001 From: Russell Cohen Date: Thu, 17 Feb 2011 10:59:57 -0500 Subject: Added a readme! --- README | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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) -- cgit v1.2.3