Skip to content

Commit

Permalink
Merge pull request 3b1b#780 from timgates42/bugfix/typo_installation
Browse files Browse the repository at this point in the history
Fix simple typo: installtion -> installation
  • Loading branch information
eulertour authored Nov 28, 2019
2 parents 637c489 + b1b516e commit 2afa079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/installation/windows.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Install manim python dependencies with ``pip install -r requirements.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 2afa079

Please sign in to comment.