Skip to content

Commit 66e8b04

Browse files
update readme instructions to add manimgl to path first (#2327)
* update readme instructions to add manimgl to path first * change
1 parent c7ef840 commit 66e8b04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ manim-render example_scenes.py OpeningManimExample
7575
git clone https://github.com/3b1b/manim.git
7676
cd manim
7777
pip install -e .
78-
manimgl example_scenes.py OpeningManimExample
78+
manimgl example_scenes.py OpeningManimExample (make sure to add manimgl to path first.)
7979
```
8080

8181
## Anaconda Install

0 commit comments

Comments
 (0)