From 0239e12d8ae6027fd69bf07782cbaec74a10557f Mon Sep 17 00:00:00 2001 From: BillyLikesHacking <86190295+BillyLikesHacking@users.noreply.github.com> Date: Sun, 12 Sep 2021 11:06:09 +0800 Subject: [PATCH] Update comments in example.py updated the cmd command line to "manimgl example_scenes.py OpeningManimExample" instead of "python -m manim", which the latter one was used for cairo-backend manim version instead of the current manimgl --- example_scenes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example_scenes.py b/example_scenes.py index bfdb4c49..3307e8f4 100644 --- a/example_scenes.py +++ b/example_scenes.py @@ -2,7 +2,7 @@ from manimlib import * import numpy as np # To watch one of these scenes, run the following: -# python -m manim example_scenes.py SquareToCircle +# manimgl example_scenes.py OpeningManimExample # Use -s to skip to the end and just save the final frame # Use -w to write the animation to a file # Use -o to write it to a file and open it once done