From 78573e962448cccd1a03822ee0362055974fd7e1 Mon Sep 17 00:00:00 2001 From: Jenya Y Date: Sun, 17 Dec 2017 11:29:34 +0200 Subject: [PATCH] Typo (#4224) --- source/_docs/installation/virtualenv.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/installation/virtualenv.markdown b/source/_docs/installation/virtualenv.markdown index 234ea989460..a1b4c25c876 100644 --- a/source/_docs/installation/virtualenv.markdown +++ b/source/_docs/installation/virtualenv.markdown @@ -10,7 +10,7 @@ footer: true redirect_from: /getting-started/installation-virtualenv/ --- -If you alreacy have Python 3.5 or later installed, you can easily give Home Assistant a spin. +If you already have Python 3.5 or later installed, you can easily give Home Assistant a spin. It's recommended when installing Python packages that you use a virtual environment. This will make sure that your Python installation and Home Assistant installation won't impact one another.