From f1cc17f6187f8125807eee5a7f5bab77f3a2f32a Mon Sep 17 00:00:00 2001 From: Ruslan Sayfutdinov Date: Sat, 16 Jun 2018 12:11:30 +0100 Subject: [PATCH] Update frontend_development.md (#28) --- docs/frontend_development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/frontend_development.md b/docs/frontend_development.md index 6b171870..b656e52f 100644 --- a/docs/frontend_development.md +++ b/docs/frontend_development.md @@ -79,7 +79,7 @@ If you're making changes to the way the frontend is packaged, it might be necess To test it out inside Home assistant, run the following command from the main Home Assistant repository: ```bash -$ pip3 install --upgrade /path/to/home-assistant-polymer/dist/home-assistant-frontend-xxxxxxxx.x.tar.gz +$ pip3 install -e /path/to/home-assistant-polymer/ $ hass --skip-pip ```