Skip to content

Commit 5becd64

Browse files
authored
Installing using chocolatey for windows (#439)
* Add installing using chocolatey section * Update link to point correctly
1 parent ec059cc commit 5becd64

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/source/installation/win.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ First, you need to install Chocolatey, which is a package manager for Windows
55
systems. Please refer to `this link <https://chocolatey.org/install>`_ for
66
instructions.
77

8+
Installing using Chocolatey
9+
***************************
10+
11+
You can install chocolatey very easily using chocolatey. Typing the command install Manim.
12+
13+
14+
.. code-block:: powershell
15+
16+
choco install manim
17+
18+
19+
And then you can skip all the other steps and move to installing :ref:`latex-installation`.
820

921
Cairo installation
1022
******************
@@ -61,6 +73,8 @@ Sox installation (optional)
6173
2. You can check if you did it right by running ``refreshenv`` to update your
6274
environment variable and running ``sox``.
6375

76+
.. _latex-installation:
77+
6478
LaTeX Installation
6579
******************
6680
You can install latex by either of the two methods below. MiKTex is very large (2 GB) while TinyTex is small (500Mb).

0 commit comments

Comments
 (0)