Skip to content

Commit

Permalink
Fix simple typo: installtion -> installation
Browse files Browse the repository at this point in the history
  • Loading branch information
timgates42 committed Oct 31, 2019
1 parent 0e1da5e commit b1b516e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/installation/windows.rst
Expand Up @@ -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``

0 comments on commit b1b516e

Please sign in to comment.