From d802d95ab8b3a047cf1e32e6c09281e9e519c79e Mon Sep 17 00:00:00 2001 From: Josh Nichols Date: Thu, 22 Sep 2016 01:39:39 -0400 Subject: [PATCH] Link virtualenv to z-wave documentation (#973) It looks like this documentation may have originated somewhere else, since it refers to documentation on home-assistant.io. This is home-assistant.io, so may as well just link to it. --- source/getting-started/installation-virtualenv.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/getting-started/installation-virtualenv.markdown b/source/getting-started/installation-virtualenv.markdown index 0000747dae5..7b23902c792 100644 --- a/source/getting-started/installation-virtualenv.markdown +++ b/source/getting-started/installation-virtualenv.markdown @@ -105,7 +105,7 @@ The [autostart instructions](/getting-started/autostart/) will work just fine, j ### {% linkable_title Installing python-openzwave %} -If you want to use Z-Wave devices, you will need to install `python-openzwave` in your virtualenv. This requires a small tweak to the instructions on home-assistant.io +If you want to use Z-Wave devices, you will need to install `python-openzwave` in your virtualenv. This requires a small tweak to the instructions in [the Z-Wave Getting Started documentation](/getting-started/z-wave/) Install the dependencies as normal (Note: you will need to do this as your normal user, since `hass` isn't a sudoer).