mirror of
https://github.com/3b1b/manim.git
synced 2025-07-27 20:12:24 +08:00
13 lines
502 B
ReStructuredText
13 lines
502 B
ReStructuredText
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. 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 (MacTeX): ``brew cask install mactex``
|
|
6. Install manimlib ``pip install manimlib`` (or ``pip install --user manimlib`` to just yourself)
|