mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
Fix simple typo: installtion -> installation
This commit is contained in:
parent
0e1da5ef28
commit
b1b516e9c4
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ Install manim python dependencies with ``pip install -r requirement.txt``
|
|||
Test the installation
|
||||
---------------------
|
||||
|
||||
Type in ``python -m manim -h`` and if nothing went wrong during the installtion process you should see the help text.
|
||||
Type in ``python -m manim -h`` and if nothing went wrong during the installation process you should see the help text.
|
||||
|
||||
Use ``python -m manim example_scenes.py SquareToCircle -pl`` to render the example scene and the file should play after rendering. The movie file should be
|
||||
in ``media/videos/example_scenes/480p15``
|
||||
|
|
Loading…
Add table
Reference in a new issue