mirror of
https://github.com/3b1b/manim.git
synced 2025-08-21 05:44:04 +00:00
Merge pull request #1333 from asutoshgha/asutoshgha-patch-2
updated installation of manim on macOS
This commit is contained in:
commit
afd1ef65f2
1 changed files with 13 additions and 0 deletions
13
README.md
13
README.md
|
@ -28,6 +28,19 @@ pip install -r requirements.txt
|
|||
# Try it out
|
||||
python manim.py example_scenes.py OpeningManimExample
|
||||
```
|
||||
### Mac OSX
|
||||
1. Install FFmpeg, LaTeX, Cairo in terminal using homebrew.
|
||||
```sh
|
||||
brew install ffmpeg mactex cairo
|
||||
```
|
||||
|
||||
2. Install latest version of manim using these command.
|
||||
```sh
|
||||
git clone https://github.com/3b1b/manim.git
|
||||
cd manim
|
||||
pip install -r requirements.txt
|
||||
python manim.py example_scenes.py OpeningManimExample
|
||||
```
|
||||
|
||||
### Directly (Windows)
|
||||
1. [Install FFmpeg](https://www.wikihow.com/Install-FFmpeg-on-Windows).
|
||||
|
|
Loading…
Add table
Reference in a new issue