mirror of
https://github.com/beetbox/beets.git
synced 2026-03-16 02:14:05 +01:00
docs(installation): Remove redundant MacOS section from installation guide
This commit is contained in:
parent
3a8e65c515
commit
c019d790c5
2 changed files with 2 additions and 14 deletions
|
|
@ -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)
|
||||
----------------------
|
||||
|
|
|
|||
|
|
@ -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
|
||||
~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue