update readme instructions to add manimgl to path first (#2327)

* update readme instructions to add manimgl to path first

* change
This commit is contained in:
Calvin Witt 2025-06-10 10:02:58 -05:00 committed by GitHub
parent c7ef8404b7
commit 66e8b04507
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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