From c1704be891c56542c44c46704e3c0fed859c845d Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 7 Dec 2017 22:49:05 +0100 Subject: [PATCH] Simple add it to the list --- source/_docs/installation/virtualenv.markdown | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/source/_docs/installation/virtualenv.markdown b/source/_docs/installation/virtualenv.markdown index e2f09733afa..97a5f8c36f5 100644 --- a/source/_docs/installation/virtualenv.markdown +++ b/source/_docs/installation/virtualenv.markdown @@ -26,14 +26,9 @@ The basic guide is for testing Home Assistant. Also check the advanced guide for ```bash $ sudo apt-get update $ sudo apt-get upgrade -$ sudo apt-get install python3-pip python3-dev +$ sudo apt-get install python3-pip python3-dev python3-venv $ sudo pip3 install --upgrade virtualenv ``` -For Debian (8.9+?) installation, add: -```bash -$ sudo apt-get install python3-venv -``` - ## {% linkable_title Step 2: Setup virtualenv %}