From 3dceb78d29d6b5a1c3692afacdf4d43e909f7278 Mon Sep 17 00:00:00 2001 From: Calvin Witt Date: Sun, 23 Mar 2025 19:35:48 -0500 Subject: [PATCH 1/2] 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 527ff5163f..4891bb1eab 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 From e17e7ccd3ca468b995503d50b398286ae3e1ef41 Mon Sep 17 00:00:00 2001 From: Calvin Witt Date: Sun, 23 Mar 2025 19:41:50 -0500 Subject: [PATCH 2/2] change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4891bb1eab..0929ef8fa6 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 (make sure to add manimgl to path first) + manimgl example_scenes.py OpeningManimExample (make sure to add manimgl to path first.) ``` ## Anaconda Install