diff --git a/developers/component_deps_and_reqs/index.html b/developers/component_deps_and_reqs/index.html
index 359dcb28a7..07b2d31e99 100644
--- a/developers/component_deps_and_reqs/index.html
+++ b/developers/component_deps_and_reqs/index.html
@@ -81,8 +81,8 @@
Requirements
-Requirements are Python libraries that you would normally install using pip
for your component. Home Assistant will try to install the requirements into the deps
subdirectory of the Home Assistant configuration directory (.home-assistant
by default) or verify it is already installed at startup. If that fails, the component will fail to load.
-Requirements is a list of strings. Each entry is a pip compatible string. For example, the media player Cast platform depends on the Python package PyChromecast v0.6.12:
+Requirements are Python libraries or modules that you would normally install using pip
for your component. Home Assistant will try to install the requirements into the deps
subdirectory of the Home Assistant configuration directory if you are not using a venv
or in something like path/to/venv/lib/python3.6/site-packages
if you running in a virtual environment. This will make sure that all requirements are present at startup. If steps fails like missing packages for the compilation of a module or other install errors, the component will fail to load.
+Requirements is a list of strings. Each entry is a pip
compatible string. For example, the media player Cast platform depends on the Python package PyChromecast v0.6.12:
REQUIREMENTS = ['pychromecast==0.6.12']
@@ -92,7 +92,7 @@
hass --skip-pip
This will use the specified version, and prevent Home Assistant from trying to override it with what is currently in REQUIREMENTS
.
-If you need to make changes to a requirement to support your component, it’s also possible to pip install from a checkout of the requirement.
+If you need to make changes to a requirement to support your component, it’s also possible to pip install
from a checkout of the requirement.
git clone https://github.com/balloob/pychromecast.git
pip install ./pychromecast
diff --git a/sitemap.xml b/sitemap.xml
index 1a15b46dc6..bd097eca9e 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -3823,62 +3823,62 @@
https://home-assistant.io/demo/frontend.html
-2017-08-02T07:17:43+00:00
+2017-08-02T10:19:46+00:00
https://home-assistant.io/demo/index.html
-2017-08-02T07:17:43+00:00
+2017-08-02T10:19:46+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-event.html
-2017-08-02T07:17:43+00:00
+2017-08-02T10:19:46+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-info.html
-2017-08-02T07:17:43+00:00
+2017-08-02T10:19:46+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-service.html
-2017-08-02T07:17:43+00:00
+2017-08-02T10:19:46+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-state.html
-2017-08-02T07:17:43+00:00
+2017-08-02T10:19:46+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-template.html
-2017-08-02T07:17:43+00:00
+2017-08-02T10:19:46+00:00
https://home-assistant.io/demo/panels/ha-panel-history.html
-2017-08-02T07:17:43+00:00
+2017-08-02T10:19:46+00:00
https://home-assistant.io/demo/panels/ha-panel-iframe.html
-2017-08-02T07:17:43+00:00
+2017-08-02T10:19:46+00:00
https://home-assistant.io/demo/panels/ha-panel-logbook.html
-2017-08-02T07:17:43+00:00
+2017-08-02T10:19:46+00:00
https://home-assistant.io/demo/panels/ha-panel-map.html
-2017-08-02T07:17:43+00:00
+2017-08-02T10:19:46+00:00
https://home-assistant.io/googlef4f3693c209fe788.html
-2017-08-02T07:17:43+00:00
+2017-08-02T10:19:46+00:00
https://home-assistant.io/static/fonts/roboto/DESCRIPTION.en_us.html
-2017-08-02T07:17:43+00:00
+2017-08-02T10:19:46+00:00
https://home-assistant.io/static/fonts/robotomono/DESCRIPTION.en_us.html
-2017-08-02T07:17:43+00:00
+2017-08-02T10:19:46+00:00
https://home-assistant.io/static/mdi-demo.html
-2017-08-02T07:17:43+00:00
+2017-08-02T10:19:46+00:00