Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: esphome/esphome-docs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: current
Choose a base ref
...
head repository: konnected-io/esphome-docs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: current
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 3 commits
  • 1 file changed
  • 1 contributor

Commits on Jul 10, 2024

  1. Improves Mac install instructions

    heythisisnate committed Jul 10, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    324bc34 View commit details

Commits on Jul 11, 2024

  1. fix links

    heythisisnate committed Jul 11, 2024
    Copy the full SHA
    14b3169 View commit details
  2. fix links

    heythisisnate committed Jul 11, 2024
    Copy the full SHA
    d92c7d5 View commit details
Showing with 18 additions and 6 deletions.
  1. +18 −6 guides/installing_esphome.rst
24 changes: 18 additions & 6 deletions guides/installing_esphome.rst
Original file line number Diff line number Diff line change
@@ -49,14 +49,26 @@ with the following:
Mac
---

There are no tested installation instructions for Mac. ESPHome does support
Mac & will run with no problem.
The simplest way to install ESPHome on a Mac is with `Homebrew <https://brew.sh/>`_:

Contributions are welcome!
.. 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 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``:

.. code-block:: console
$ python3 --version
Python 3.9.15
$ pip3 install esphome
The process will likely be similar to Windows. You can install Python from the
official site, and then install ESPHome with ``pip3 install esphome``. You can
then test that things are properly installed with the following:
You can then test that things are properly installed with the following:

.. code-block:: console