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 cairoInstall Sox:
brew install soxInstall ffmpeg:
brew install ffmpegInstall latex (MacTeX):
brew cask install mactexInstall manimlib
pip install manimlib(orpip install --user manimlibto just yourself)