From c019d790c5532b154113ae5ca5fdd34035db2a4d Mon Sep 17 00:00:00 2001 From: Andrejs Mivreniks Date: Sun, 8 Mar 2026 14:08:33 +0200 Subject: [PATCH] docs(installation): Remove redundant MacOS section from installation guide --- docs/changelog.rst | 2 ++ docs/guides/installation.rst | 14 -------------- 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 9bfc65c78..b274d0a52 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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) ---------------------- diff --git a/docs/guides/installation.rst b/docs/guides/installation.rst index 1340d28af..fb1e89e01 100644 --- a/docs/guides/installation.rst +++ b/docs/guides/installation.rst @@ -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 ~~~~~~~~~~~~~~~~~~~~