Merge pull request #1624 from BillyLikesHacking/patch-1

Update comments in example.py
This commit is contained in:
鹤翔万里 2021-09-11 23:17:41 -05:00 committed by GitHub
commit da909c0df8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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