docs(installation): Remove redundant MacOS section from installation guide

This commit is contained in:
Andrejs Mivreniks 2026-03-08 14:08:33 +02:00 committed by Andrey M.
parent 3a8e65c515
commit c019d790c5
2 changed files with 2 additions and 14 deletions

View file

@ -45,6 +45,8 @@ Other changes
:py:meth:`~beets.metadata_plugins.SearchApiMetadataSourcePlugin.get_search_query_with_filters`
and
:py:meth:`~beets.metadata_plugins.SearchApiMetadataSourcePlugin.get_search_response`.
- :doc:`guides/installation`: Remove redundant macOS section from the
installation guide.
2.7.1 (March 08, 2026)
----------------------

View file

@ -113,20 +113,6 @@ package manager. Here are some common options:
Installation FAQ
----------------
MacOS Installation
~~~~~~~~~~~~~~~~~~
**Q: I'm getting permission errors on macOS. What should I do?**
Due to System Integrity Protection on macOS 10.11+, you may need to install for
your user only:
.. code-block:: console
pip install --user beets
You might need to also add ``~/Library/Python/3.x/bin`` to your ``$PATH``.
Windows Installation
~~~~~~~~~~~~~~~~~~~~