From 66e8b045071dfff17d244e2d82ca48ca3907df08 Mon Sep 17 00:00:00 2001 From: Calvin Witt <54969896+huckleberryCalfinn@users.noreply.github.com> Date: Tue, 10 Jun 2025 10:02:58 -0500 Subject: [PATCH] update readme instructions to add manimgl to path first (#2327) * update readme instructions to add manimgl to path first * change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 527ff516..0929ef8f 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