Update virtualenv.markdown

This commit is contained in:
Paulus Schoutsen 2018-03-11 13:06:14 -07:00 committed by GitHub
parent 91cdfa09fc
commit 2111cf50f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ footer: true
redirect_from: /getting-started/installation-virtualenv/ redirect_from: /getting-started/installation-virtualenv/
--- ---
If you already have Python 3.5 or later installed, you can easily give Home Assistant a spin. If you already have Python 3.5.3 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.5/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.5/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.