mirror of
https://github.com/3b1b/manim.git
synced 2025-08-19 13:01:00 +00:00
Update mac install doc to include manim
also caution on python2 incompatibility
This commit is contained in:
parent
9ffe4a6839
commit
d1ada7a8aa
1 changed files with 7 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue