Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
heythisisnate committed Jul 11, 2024
1 parent 14b3169 commit d92c7d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions guides/installing_esphome.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@ with the following:
Mac
---

The simplest way to install ESPHome on a Mac is with `Homebrew<https://brew.sh/>`_:
The simplest way to install ESPHome on a Mac is with `Homebrew <https://brew.sh/>`_:

.. 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<https://www.python.org/downloads/>`_.
There are several ways to install Python on a Mac, including with Apple's Xcode command
line tools or from `Python downloads <https://www.python.org/downloads/>`_.

Make sure you're running python 3.9 or above, then install using ``pip3``:

Expand Down

0 comments on commit d92c7d5

Please sign in to comment.