Skip to content

Commit 27b07ca

Browse files
committed
Add a lightweight alternative to MacTeX in the README
1 parent 41613db commit 27b07ca

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,15 @@ manim-render example_scenes.py OpeningManimExample
6969
```sh
7070
brew install ffmpeg mactex
7171
```
72+
<details>
73+
<summary>💡 An alternative to heavyweight MacTeX.</summary>
74+
75+
> To avoid installing the full MacTeX, which is ~6GB, you can alternatively install the
76+
> lightweight [BasicTeX](https://formulae.brew.sh/cask/basictex) and then gradually add
77+
> the needed packages. A list of packages sufficient to run examples can be found
78+
> [here](https://github.com/3b1b/manim/issues/2133#issuecomment-2414547866). See more
79+
> details about the LaTeX packages at https://www.tug.org/mactex/.
80+
</details>
7281

7382
2. If you are using an ARM-based processor, install Cairo.
7483
```sh

0 commit comments

Comments
 (0)