From 14048b15b0420050cd8bc8476d0d5b194ee2fbe2 Mon Sep 17 00:00:00 2001 From: DubhAd Date: Thu, 15 Feb 2018 18:00:45 +0000 Subject: [PATCH] Update to remove Python 3.4 reference (#4675) Making FAQ more relevant by referencing just Python 3 --- source/_faq/pip3.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_faq/pip3.markdown b/source/_faq/pip3.markdown index cb957a7cf43..9b4fe56e029 100644 --- a/source/_faq/pip3.markdown +++ b/source/_faq/pip3.markdown @@ -10,7 +10,7 @@ ha_category: Installation --- -This utility should have been installed as part of the Python 3.4 installation. Check if Python 3.4 is installed by running `python3 --version`. If it is not installed, [download it here](https://www.python.org/getit/). +This utility should have been installed as part of the Python 3 installation. Check if Python 3 is installed by running `python3 --version`. If it is not installed, [download it here](https://www.python.org/getit/). If you are able to successfully run `python3 --version` but not `pip3`, install Home Assistant by running the following command instead: