From 4b5b7a102174740e3453e4f7749dd7fc600234e7 Mon Sep 17 00:00:00 2001 From: Peter Tripp Date: Wed, 26 Oct 2022 15:16:20 -0400 Subject: [PATCH] Update installation-osx.rst (#8041) Remove extraneous backticks. --- doc/sources/installation/installation-osx.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sources/installation/installation-osx.rst b/doc/sources/installation/installation-osx.rst index fcd2e8131..fe5962de2 100644 --- a/doc/sources/installation/installation-osx.rst +++ b/doc/sources/installation/installation-osx.rst @@ -142,7 +142,7 @@ To install the Kivy virtualenv, you must: 3. In the GUI copy the Kivy.app to /Applications by dragging the folder icon to the right. 4. Optionally create a symlink by running the following command:: - ``ln -s /Applications/Kivy.app/Contents/Resources/script /usr/local/bin/kivy`` + ln -s /Applications/Kivy.app/Contents/Resources/script /usr/local/bin/kivy This creates the ``kivy`` binary that you can use instead of python to run scripts. I.e. instead of doing ``python my_script.py`` or ``python -m pip install ``, write