Skip to content

Commit

Permalink
fix casing of macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGrace2282 committed Sep 2, 2024
1 parent a5b1268 commit 58a68b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/installation/locally.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Installing Manim Locally
For the most part, installing Manim is the same across operating systems. However,
you can take some shortcuts depending on your operating system.

- MacOS users can use `Homebrew <https://brew.sh>`_ to install Manim - check out the section for :ref:`MacOS<macos_homebrew>`.
- macOS users can use `Homebrew <https://brew.sh>`_ to install Manim - check out the section for :ref:`macOS<macos_homebrew>`.


However, if you don't want to use a package manager, check out the section for :ref:`all operating systems<all_os>`.
Expand All @@ -23,7 +23,7 @@ python version is ``3.9`` or higher, you can proceed to :ref:`installing Manim w

.. hint::

On MacOS and some Linux distributions, you may have to use ``python3`` instead of ``python``.
On macOS and some Linux distributions, you may have to use ``python3`` instead of ``python``.
In this document, we will use ``python``, but depending on your operating system you may have to
use ``python3``.

Expand Down Expand Up @@ -62,7 +62,7 @@ To confirm Manim is working, you can run::

.. _macos_homebrew:

MacOS
macOS
=====
The easiest way to install Manim on macOS is via the popular `package manager Homebrew <https://brew.sh>`__.
If you want to use Homebrew but do not have it installed yet, please
Expand Down

0 comments on commit 58a68b4

Please sign in to comment.