Skip to content

Commit 98faf7e

Browse files
eivaremirpyxelr
andauthored
added information for M1 Users (#2044)
* added information for M1 Users * Update README.md Co-authored-by: Paweł Cisło <[email protected]> --------- Co-authored-by: Paweł Cisło <[email protected]>
1 parent d330e1d commit 98faf7e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,13 @@ manim-render example_scenes.py OpeningManimExample
6969
```sh
7070
brew install ffmpeg mactex
7171
```
72+
73+
2. If you are using an ARM-based processor, install Cairo.
74+
```sh
75+
arch -arm64 brew install pkg-config cairo
76+
```
7277

73-
2. Install latest version of manim using these command.
78+
3. Install latest version of manim using these command.
7479
```sh
7580
git clone https://github.com/3b1b/manim.git
7681
cd manim

0 commit comments

Comments
 (0)