Added python-dateutil as dependency in the README.md
parent
6efc797df3
commit
2c2095d112
|
@ -13,7 +13,7 @@ It currently works with any wireless router with [Tomato firmware](http://www.po
|
||||||
Installation instructions
|
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`.
|
* 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.
|
* 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`.
|
* 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`.
|
||||||
|
|
Loading…
Reference in New Issue