From ef742c82efe98c1e5fc3098e71398c10cb649dba Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Wed, 22 Sep 2021 10:36:49 -0400 Subject: [PATCH] Add missing period --- docs/guides/main.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/main.rst b/docs/guides/main.rst index a4d4b8a35..5776dc1c3 100644 --- a/docs/guides/main.rst +++ b/docs/guides/main.rst @@ -81,7 +81,7 @@ Starting with version 10.11 (El Capitan), macOS has a new security feature called `System Integrity Protection`_ (SIP) that prevents you from modifying some parts of the system. This means that some ``pip`` commands may fail with a permissions error. (You probably *won't* run into this if you've installed -Python yourself with `Homebrew`_ or otherwise. You can also try `MacPorts`_) +Python yourself with `Homebrew`_ or otherwise. You can also try `MacPorts`_.) If this happens, you can install beets for the current user only by typing ``pip install --user beets``. If you do that, you might want to add