From 3dceb78d29d6b5a1c3692afacdf4d43e909f7278 Mon Sep 17 00:00:00 2001 From: Calvin Witt Date: Sun, 23 Mar 2025 19:35:48 -0500 Subject: [PATCH] update readme instructions to add manimgl to path first --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 527ff516..4891bb1e 100644 --- a/README.md +++ b/README.md @@ -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