This commit is contained in:
Eivar Morales 2025-03-21 13:04:04 +01:00 committed by GitHub
commit 43dcabf49c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -70,7 +70,12 @@ manim-render example_scenes.py OpeningManimExample
brew install ffmpeg mactex
```
2. Install latest version of manim using these command.
2. If you are using an ARM-based processor, install Cairo.
```sh
arch -arm64 brew install pkg-config cairo
```
3. Install latest version of manim using these command.
```sh
git clone https://github.com/3b1b/manim.git
cd manim