From 66f54d2d2e2f67c53240c4804fbb2f1e403883a3 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Fri, 4 Nov 2016 23:44:47 -0700 Subject: [PATCH] Bump min version for windows --- source/getting-started/index.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/getting-started/index.markdown b/source/getting-started/index.markdown index feee3871cee..3665b8b1224 100644 --- a/source/getting-started/index.markdown +++ b/source/getting-started/index.markdown @@ -13,7 +13,7 @@ Below you can find the standard instructions. See the sidebar for installation i [Virtualenv Linux instructions]: /getting-started/installation-virtualenv/ -Installing and running Home Assistant on your local machine is easy. Make sure you have [Python 3.4 or higher](https://www.python.org/downloads/) installed and execute the following code in a console: +Installing and running Home Assistant on your local machine is easy. The only requirement is that you have [Python](https://www.python.org/downloads/) installed. For Windows we require at least Python 3.5 and for other operating systems at least Python 3.4.2. Once installed, execute the following code in a console: ```bash $ pip3 install homeassistant