Skip to content

Commit 66f9ff2

Browse files
committed
update windows docs
1 parent dade021 commit 66f9ff2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/installation/windows.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Make sure you can start pip using ``pip`` in your commandline. Then do
4242
``pip install pyreadline`` for the ``readline`` package.
4343

4444
Grab the pycairo wheel binary ``pycairo‑1.18.0‑cp37‑cp37m‑win32.whl`` from https://www.lfd.uci.edu/~gohlke/pythonlibs/#pycairo
45-
and install it via ``pip C:\absolute\path\to\the\whl\file``
45+
and install it via ``python -m pip install C:\absolute\path\to\the\whl\file``
4646

4747
clone the manim repository if you have git ``git clone https://github.com/3b1b/manim`` or download the zip file from
4848
the repository page with ``Clone or download`` button and unzip it.
@@ -56,5 +56,5 @@ Test the installation
5656

5757
Type in ``python -m manim -h`` and if nothing went wrong during the installtion process you should see the help text.
5858

59-
Use ``python -m manim example_scene.py SquareToCircle -pl`` to render the example scene and the file should play after rendering. The movie file should be
59+
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
6060
in ``media/videos/example_scenes/480p15``

0 commit comments

Comments
 (0)