Fix simple typo: installtion -> installation

This commit is contained in:
Tim Gates 2019-10-31 22:38:41 +11:00
parent 0e1da5ef28
commit b1b516e9c4
No known key found for this signature in database
GPG key ID: AE3BE0D53823CF05

View file

@ -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``