From 2c2095d1120a717b77a202b4ae0d8f84d7a8466e Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 6 Oct 2013 13:22:57 -0700 Subject: [PATCH] Added python-dateutil as dependency in the README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 36bda5f5ba9..26909dcf39e 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ It currently works with any wireless router with [Tomato firmware](http://www.po Installation instructions ------------------------- -* install python modules [PyEphem](http://rhodesmill.org/pyephem/), [Requests](http://python-requests.org) and [PHue](https://github.com/studioimaginaire/phue) +* install python modules [python-dateutil](http://labix.org/python-dateutil), [PyEphem](http://rhodesmill.org/pyephem/), [Requests](http://python-requests.org) and [PHue](https://github.com/studioimaginaire/phue): `pip install python-dateutil pyephem requests phue` * Clone the repository `git clone https://github.com/balloob/home-assistant.git`. * Copy home-assistant.conf.default to home-assistant.conf and adjust the config values to match your setup. * For Tomato you will have to not only setup your host, username and password but also a http_id. The http_id can be retrieved by going to the admin console of your router, view the source of any of the pages and search for `http_id`.