From b1b516e9c41d780342852ea2f2a86e3c57dc520d Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Thu, 31 Oct 2019 22:38:41 +1100 Subject: [PATCH 1/2] Fix simple typo: installtion -> installation --- docs/source/installation/windows.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/installation/windows.rst b/docs/source/installation/windows.rst index 5f6a836b..ebdd5ce6 100644 --- a/docs/source/installation/windows.rst +++ b/docs/source/installation/windows.rst @@ -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`` From 43098a07e74468f24d4ff6827965f20ef52a33b6 Mon Sep 17 00:00:00 2001 From: mavaras Date: Sat, 23 Nov 2019 10:42:35 -0500 Subject: [PATCH 2/2] #803 docs typo mistake --- docs/source/installation/windows.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/installation/windows.rst b/docs/source/installation/windows.rst index 5f6a836b..3cd0668b 100644 --- a/docs/source/installation/windows.rst +++ b/docs/source/installation/windows.rst @@ -49,7 +49,7 @@ the repository page with ``Clone or download`` button and unzip it. Open the commandline within the manim directory with ``Shift + Right click`` on an empty space in the folder and select ``open command window here`` -Install manim python dependencies with ``pip install -r requirement.txt`` +Install manim python dependencies with ``pip install -r requirements.txt`` Test the installation ---------------------