mirror of
https://github.com/3b1b/manim.git
synced 2025-11-14 04:57:46 +00:00
Merge pull request #489 from TortelliniLeap/patch-1
Typo fix: remove redundant "the" in README
This commit is contained in:
commit
27a952b664
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ Try running the following:
|
||||||
```sh
|
```sh
|
||||||
python3 -m manim example_scenes.py SquareToCircle -pl
|
python3 -m manim example_scenes.py SquareToCircle -pl
|
||||||
```
|
```
|
||||||
The -p is for previewing, meaning the the video file will automatically open when it is done rendering.
|
The -p is for previewing, meaning the video file will automatically open when it is done rendering.
|
||||||
Use -l for a faster rendering at a lower quality.
|
Use -l for a faster rendering at a lower quality.
|
||||||
Use -s to skip to the end and just show the final frame.
|
Use -s to skip to the end and just show the final frame.
|
||||||
Use -n (number) to skip ahead to the n'th animation of a scene.
|
Use -n (number) to skip ahead to the n'th animation of a scene.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue