Python 3.7 again (#11070)

Hopefully last one ;)
This commit is contained in:
Dubh Ad 2019-11-01 07:57:48 +00:00 committed by Fabian Affolter
parent 808703c2d3
commit 0aba3a8b94

View File

@ -4,9 +4,9 @@ description: "How to install Home Assistant in a Python virtual environment."
redirect_from: /getting-started/installation-virtualenv/ 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.
<div class='note'> <div class='note'>