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``: