mirror of
https://github.com/3b1b/manim.git
synced 2025-11-14 23:07:44 +00:00
Typo fix: remove redundant "the"
This commit is contained in:
parent
8be321d104
commit
fdb85b9120
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,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