Skip to content

Commit 015dccc

Browse files
committed
Remove pango installation docs
1 parent 974c2ae commit 015dccc

File tree

2 files changed

+0
-36
lines changed

2 files changed

+0
-36
lines changed

docs/source/installation/mac.rst

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,6 @@ To install cairo:
1515
1616
brew install cairo
1717
18-
To install Pango and it dependencies:
19-
20-
.. code-block:: bash
21-
22-
brew install pkg-config
23-
brew install libffi
24-
brew install pango
25-
brew install glib
26-
27-
2818
To install ffmpeg:
2919

3020
.. code-block:: bash

docs/source/installation/win.rst

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -18,32 +18,6 @@ You can install manim very easily using chocolatey, by typing the following comm
1818
And then you can skip all the other steps and move to installing :ref:`latex-installation`.
1919
Please see :doc:`troubleshooting` section for details about OSError.
2020

21-
Pango Installation
22-
******************
23-
24-
These steps would get you `libpango-1.0-0.dll` to your ``PATH`` along
25-
with other dependencies. You may probably have them before itself if
26-
you have installed `GTK <https://www.gtk.org/>`_ or any ``GTK``
27-
based app like emacs. If you have it you can just add it to your
28-
path and skip these steps.
29-
30-
1. Go to `Release Page
31-
<https://github.com/ManimCommunity/manim-windows/releases/latest>`_
32-
and download the one according to your PC architechture.
33-
34-
.. important:: Please download the ``zip`` file for architechture of python installed.
35-
It is possible to have installed ``x86`` python installed on ``x64`` PC.
36-
37-
2. Extract the zip file using File Explorer or 7z to the loaction you want to install.
38-
39-
.. code-block:: bash
40-
41-
7z x pango-windows-binaires-x64.zip -oC:\Pango
42-
43-
3. Finally, add it `PATH variable
44-
<https://www.computerhope.com/issues/ch000549.htm>`_.
45-
46-
4721
FFmpeg installation
4822
*******************
4923

0 commit comments

Comments
 (0)