From d92c7d5d37723d87138c1713b2677811f764a165 Mon Sep 17 00:00:00 2001 From: Nate Clark Date: Wed, 10 Jul 2024 22:19:55 -0400 Subject: [PATCH] fix links --- guides/installing_esphome.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/guides/installing_esphome.rst b/guides/installing_esphome.rst index cd611ef267..5a61925d2a 100644 --- a/guides/installing_esphome.rst +++ b/guides/installing_esphome.rst @@ -49,15 +49,15 @@ with the following: Mac --- -The simplest way to install ESPHome on a Mac is with `Homebrew`_: +The simplest way to install ESPHome on a Mac is with `Homebrew `_: .. code-block:: console $ brew install esphome Or, if you have a working Python installation you can install it directly without Homebrew. -There are several ways to install Python on a Mac, including with Homebrew, Apple's Xcode command -line tools, or from `official packages`_. +There are several ways to install Python on a Mac, including with Apple's Xcode command +line tools or from `Python downloads `_. Make sure you're running python 3.9 or above, then install using ``pip3``: