Skip to content

Commit f87ec58

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

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 bundle.</summary>
74+
75+
> To avoid installing the full MacTeX bundle, which is ~6GB, you can alternatively install the
76+
> lightweight [BasicTeX](https://formulae.brew.sh/cask/basictex) and then gradually add
77+
> only the LaTeX packages you actually need. A list of packages sufficient to run examples can
78+
> be found [here](https://github.com/3b1b/manim/issues/2133#issuecomment-2414547866).
79+
> For an overview of the MacTeX installer bundles, see 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)