From 4675c37618560a06750945261318ffe81841f361 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Mon, 8 Feb 2016 09:03:30 -0800 Subject: [PATCH] Update minimum Python requirement --- 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 2c9052fd551..8bfa3830f02 100644 --- a/source/getting-started/index.markdown +++ b/source/getting-started/index.markdown @@ -18,7 +18,7 @@ footer: true
-Installing and running Home Assistant on your local machine is easy. Make sure you have [Python 3.4](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. Make sure you have [Python 3.4 or higher](https://www.python.org/downloads/) installed and execute the following code in a console: ```bash $ pip3 install homeassistant