mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
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:
parent
c7ef8404b7
commit
66e8b04507
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue