From 378d3798fde9fd9ff2682e0b718b51e27a52b8b3 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 4 Jun 2015 18:18:26 +0200 Subject: [PATCH] sync with ha.io --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e0a417446e..05fe01340bc 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Running Home Assistant requires that [Python](https://www.python.org/) 3.4 and t ```python git clone --recursive https://github.com/balloob/home-assistant.git cd home-assistant -pip3 install -r requirements.txt +python3 -m pip install --user -r requirements.txt python3 -m homeassistant --open-ui ```