We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fbb0d76 + 0e80799 commit 331e5a1Copy full SHA for 331e5a1
README.md
@@ -28,7 +28,15 @@ pip install -r requirements.txt
28
# Try it out
29
python manim.py example_scenes.py OpeningManimExample
30
```
31
-
+### Mac OSX
32
+1. Install [FFmpeg],[LaTeX],[cairo](if you only want to run on CPU) in commandline using homebrew.
33
+ ```sh
34
+ brew install ffmpeg mactex cairo
35
+ ```
36
+2. Install manim using this command if you dont want to tinker with code.(virtualenv wrapper is recommended)
37
38
+ pip3 install manimlib
39
40
### Directly (Windows)
41
1. [Install FFmpeg](https://www.wikihow.com/Install-FFmpeg-on-Windows).
42
2. Install a LaTeX distribution. [MiKTeX](https://miktex.org/download) is recommended.
0 commit comments