update readme instructions to add manimgl to path first

This commit is contained in:
Calvin Witt 2025-03-23 19:35:48 -05:00
parent f4737828f6
commit 3dceb78d29

View file

@ -75,7 +75,7 @@ manim-render example_scenes.py OpeningManimExample
git clone https://github.com/3b1b/manim.git git clone https://github.com/3b1b/manim.git
cd manim cd manim
pip install -e . pip install -e .
manimgl example_scenes.py OpeningManimExample manimgl example_scenes.py OpeningManimExample (make sure to add manimgl to path first)
``` ```
## Anaconda Install ## Anaconda Install