Skip to content

Commit 331e5a1

Browse files
authored
Merge pull request ManimCommunity#1 from asutoshgha/asutoshgha-patch-1
Update README.md
2 parents fbb0d76 + 0e80799 commit 331e5a1

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,15 @@ pip install -r requirements.txt
2828
# Try it out
2929
python manim.py example_scenes.py OpeningManimExample
3030
```
31-
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+
```sh
38+
pip3 install manimlib
39+
```
3240
### Directly (Windows)
3341
1. [Install FFmpeg](https://www.wikihow.com/Install-FFmpeg-on-Windows).
3442
2. Install a LaTeX distribution. [MiKTeX](https://miktex.org/download) is recommended.

0 commit comments

Comments
 (0)