We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f84e20 commit 268f1ebCopy full SHA for 268f1eb
1 file changed
README.md
@@ -69,6 +69,15 @@ manim-render example_scenes.py OpeningManimExample
69
```sh
70
brew install ffmpeg mactex
71
```
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>
81
82
2. If you are using an ARM-based processor, install Cairo.
83
0 commit comments