You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/installation/windows.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ Make sure you can start pip using ``pip`` in your commandline. Then do
42
42
``pip install pyreadline`` for the ``readline`` package.
43
43
44
44
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``
46
46
47
47
clone the manim repository if you have git ``git clone https://github.com/3b1b/manim`` or download the zip file from
48
48
the repository page with ``Clone or download`` button and unzip it.
@@ -56,5 +56,5 @@ Test the installation
56
56
57
57
Type in ``python -m manim -h`` and if nothing went wrong during the installtion process you should see the help text.
58
58
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
0 commit comments