From cc2b8813eb25d492f3e20619875c933224ec58f2 Mon Sep 17 00:00:00 2001 From: System Tester Date: Sat, 4 Feb 2017 18:56:42 +1000 Subject: [PATCH] Update installation-virtualenv.markdown (#1959) Added missing git package --- 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 e176aba0c0f..c8596abe41e 100644 --- a/source/getting-started/installation-virtualenv.markdown +++ b/source/getting-started/installation-virtualenv.markdown @@ -110,7 +110,7 @@ If you want to use Z-Wave devices, you will need to install `python-openzwave` i Install the dependencies as normal (Note: you will need to do this as your normal user, since `homeassistant` isn't a sudoer). ```bash -$ sudo apt-get install cython3 libudev-dev python3-sphinx python3-setuptools +$ sudo apt-get install cython3 libudev-dev python3-sphinx python3-setuptools git ``` Then, activate your virtualenv (steps 3 and 5 above) and upgrade cython.