diff --git a/docs/source/installation/mac.rst b/docs/source/installation/mac.rst index 92893d65..86ce8afa 100644 --- a/docs/source/installation/mac.rst +++ b/docs/source/installation/mac.rst @@ -2,8 +2,11 @@ Mac === The simplest way to install the system dependencies on Mac OS X is with Homebrew. +Mac come preinstalled with python2, but to use manim, python3 is required -1. Installing Cairo: ``brew install cairo`` -2. Installing Sox: ``brew install sox`` -3. Installing ffmpeg: ``brew install ffmpeg`` -4. Installing latex (MiKTeX): https://miktex.org/howto/install-miktex-mac +1. Install python3 https://docs.python.org/3/using/mac.html +2. Install Cairo: ``brew install cairo`` +3. Install Sox: ``brew install sox`` +4. Install ffmpeg: ``brew install ffmpeg`` +5. Install latex (MiKTeX): https://miktex.org/howto/install-miktex-mac +6. Install manimlib ``pip install manimlib`` (or ``pip install --user manimlib`` to just yourself)