mirror of
https://github.com/3b1b/manim.git
synced 2025-11-14 02:37:45 +00:00
fix livestream flag
This commit is contained in:
parent
2ebe54ec07
commit
68033a2469
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ Documentation is in progress at [manim.readthedocs.io](https://manim.readthedocs
|
|||
Todd Zimmerman put together a [tutorial](https://talkingphysics.wordpress.com/2018/06/11/learning-how-to-animate-videos-using-manim-series-a-journey/) on getting started with manim, but it uses an outdated version that runs on python 2.7. It may not be fully compatible with the current version of manim, but it does a good job laying out the basics.
|
||||
|
||||
### Live Streaming
|
||||
To live stream your animations, simply run manim with the `--livestreaming` option.
|
||||
To live stream your animations, simply run manim with the `--livestream` option.
|
||||
|
||||
```sh
|
||||
> python -m manim --livestream
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue