Skip to content

Commit

Permalink
FIx links in rst format
Browse files Browse the repository at this point in the history
  • Loading branch information
wodor authored Jan 29, 2025
1 parent 3f02e49 commit 6c1e72f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions guides/installing_esphome.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,21 +50,23 @@ Mac
---

ESPHome does support Mac & will run with no problem.
It can be installed easily with [brew package manager](https://formulae.brew.sh/formula/esphome).
It can be installed easily with `brew package manager <https://formulae.brew.sh/formula/esphome>`_.

.. code-block:: console
$ brew install esphome
Alternatively, you can follow process similar to installing in Linux. You can install Python from the
official site or brew, have in mind that you may have an outdated Python version installed already, and then install ESPHome with ``pip3 install esphome``. You can
official site or brew, have in mind that you may have an outdated Python version installed already. Once python 3 is installed, you can install ESPHome with ``pip3 install esphome``. You can
then test that things are properly installed with the following:

.. code-block:: console
$ esphome version
Version: 2021.12.3
Latest version can be found on the `releases page <https://github.com/esphome/esphome/releases>`_.

Linux
-----

Expand Down

0 comments on commit 6c1e72f

Please sign in to comment.