From 2b25b6a89dc8c9d5a87823d0036b1c335c74b2f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Eertmans?= Date: Tue, 21 Nov 2023 17:37:30 +0100 Subject: [PATCH] chore(docs): warn users about #314 (#319) * chore(docs): warn users about #314 Closes #316 * chore(lint): apply suggested changes --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 92401605..89edfa03 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,11 @@ If none of those packages are installed, please refer to their specific installa - [Manim](https://docs.manim.community/en/stable/installation.html) - [ManimGL](https://3b1b.github.io/manim/getting_started/installation.html) +> **NOTE**: if you install Manim from its git repository, as suggested by ManimGL, + make sure to first check out a supported version (e.g., `git checkout tags/v1.6.1` + for ManimGL), otherwise it might install an unsupported version of Manim! + See [#314](https://github.com/jeertmans/manim-slides/issues/314) for an example. + ### Pip Install