From 0aba3a8b9452f1907a3b62d601301ec7462f87a3 Mon Sep 17 00:00:00 2001 From: Dubh Ad Date: Fri, 1 Nov 2019 07:57:48 +0000 Subject: [PATCH] Python 3.7 again (#11070) Hopefully last one ;) --- source/_docs/installation/virtualenv.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_docs/installation/virtualenv.markdown b/source/_docs/installation/virtualenv.markdown index e420e890ff7..c3b46fdb6c2 100644 --- a/source/_docs/installation/virtualenv.markdown +++ b/source/_docs/installation/virtualenv.markdown @@ -4,9 +4,9 @@ description: "How to install Home Assistant in a Python virtual environment." redirect_from: /getting-started/installation-virtualenv/ --- -If you already have Python 3.6 or later installed (we suggest 3.7 or later), you can easily give Home Assistant a spin. +If you already have Python 3.7 or later installed, you can easily give Home Assistant a spin. -It's recommended when installing Python packages that you use a [virtual environment](https://docs.python.org/3.6/library/venv.html#module-venv). This will make sure that your Python installation and Home Assistant installation won't impact one another. The following steps will work on most UNIX like systems. +It's recommended when installing Python packages that you use a [virtual environment](https://docs.python.org/3.7/library/venv.html#module-venv). This will make sure that your Python installation and Home Assistant installation won't impact one another. The following steps will work on most UNIX like systems.