mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
Merge pull request #1624 from BillyLikesHacking/patch-1
Update comments in example.py
This commit is contained in:
commit
da909c0df8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue