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 2 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
17 changes: 10 additions & 7 deletions guides/installing_esphome.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,19 +49,22 @@
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

Check failure on line 56 in guides/installing_esphome.rst

View workflow job for this annotation

GitHub Actions / build

Directive 'code-block' is not followed by an empty line. Please insert an empty line after guides/installing_esphome.rst:56
$ brew install esphome
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue

Fix RST formatting: Add empty line after code-block directive

Add an empty line after the code-block directive to comply with RST formatting rules.

 .. code-block:: console
+
     $ brew install esphome
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
.. code-block:: console
$ brew install esphome
.. code-block:: console
$ brew install esphome
🧰 Tools
🪛 GitHub Check: build

[failure] 56-56:
Directive 'code-block' is not followed by an empty line. Please insert an empty line after guides/installing_esphome.rst:56


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