Update installation-osx.rst (#8041)

Remove extraneous backticks.
This commit is contained in:
Peter Tripp 2022-10-26 15:16:20 -04:00 committed by GitHub
parent 16dd4ed421
commit 4b5b7a1021
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 <module name>``, write