Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mac local installation update #4516

Open
wants to merge 3 commits into
base: current
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 12 additions & 7 deletions guides/installing_esphome.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,19 +49,24 @@ with the following:
Mac
---

There are no tested installation instructions for Mac. ESPHome does support
Mac & will run with no problem.
ESPHome does support Mac & will run with no problem.

Contributions are welcome!
Recommended installation is via `Homebrew <https://brew.sh/>`_:

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:
.. code-block:: console

$ brew install esphome

Verify the installation:

.. code-block:: console

$ esphome version
Version: 2021.12.3
Version: 2024.12.0 # Version number may vary

If you encounter any issues with Homebrew installation, please check the
`ESPHome Homebrew Formula <https://formulae.brew.sh/formula/esphome>`_ page
for additional information.

Linux
-----
Expand Down
Loading