From 783a00ec4587aaa358b27102a453bcf3d1afe482 Mon Sep 17 00:00:00 2001 From: Phil Hawthorne Date: Wed, 15 Nov 2017 04:39:39 +1100 Subject: [PATCH] Fix incorrect closing paragraph tag (#3979) There was a paragraph tag which wasn't closed correctly, which was causing issues on the installation instructions pages. --- source/_docs/installation.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/installation.markdown b/source/_docs/installation.markdown index e45bdff4bc1..632457f28a9 100644 --- a/source/_docs/installation.markdown +++ b/source/_docs/installation.markdown @@ -12,7 +12,7 @@ redirect_from: /getting-started/installation/

Beginners should check our [Getting started guide](/getting-started/) first. This is for users that require advanced installations. -

+

Home Assistant provides multiple ways to be installed. A 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**.