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
- Install python3 https://docs.python.org/3/using/mac.html
- Install Cairo:
brew install cairo - Install Sox:
brew install sox - Install ffmpeg:
brew install ffmpeg - Install latex (MiKTeX): https://miktex.org/howto/install-miktex-mac
- Install manimlib
pip install manimlib(orpip install --user manimlibto just yourself)