From aedf5633aafee2d8ff5cf9760b94b2d409dabf51 Mon Sep 17 00:00:00 2001 From: Naveen M K Date: Fri, 26 Feb 2021 22:31:22 +0530 Subject: [PATCH 1/3] update docs for linux installation --- docs/source/getting_started/installation.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/source/getting_started/installation.rst b/docs/source/getting_started/installation.rst index 17969870..028894cd 100644 --- a/docs/source/getting_started/installation.rst +++ b/docs/source/getting_started/installation.rst @@ -8,6 +8,13 @@ System requirements are: - `FFmpeg `__ - `OpenGL `__ (included in python package ``PyOpenGL``) - `LaTeX `__ (optional, if you want to use LaTeX) +- `Pango `__ (only for Linux) + +.. important:: + + For Linux Users, installing the wheels provided by + `ManimPango `__ will cause unwanted side effects. + See https://github.com/3b1b/manim/issues/1387 and https://github.com/3b1b/manim/issues/1391 Directly -------- @@ -64,4 +71,4 @@ For Anaconda cd manim conda create -n manim python=3.8 conda activate manim - pip install -e . \ No newline at end of file + pip install -e . From f5d5565af1493603599559e4388f820cc825f731 Mon Sep 17 00:00:00 2001 From: Naveen M K Date: Mon, 1 Mar 2021 12:08:36 +0530 Subject: [PATCH 2/3] Update installation.rst --- docs/source/getting_started/installation.rst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/source/getting_started/installation.rst b/docs/source/getting_started/installation.rst index 028894cd..6600cc1e 100644 --- a/docs/source/getting_started/installation.rst +++ b/docs/source/getting_started/installation.rst @@ -10,11 +10,6 @@ System requirements are: - `LaTeX `__ (optional, if you want to use LaTeX) - `Pango `__ (only for Linux) -.. important:: - - For Linux Users, installing the wheels provided by - `ManimPango `__ will cause unwanted side effects. - See https://github.com/3b1b/manim/issues/1387 and https://github.com/3b1b/manim/issues/1391 Directly -------- From 503bd116a67d9b647723178eed24734ccdd39256 Mon Sep 17 00:00:00 2001 From: Naveen M K Date: Mon, 1 Mar 2021 12:11:44 +0530 Subject: [PATCH 3/3] link to manimpango --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56e090ec..1d7bfe7c 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Since the fork, this version has evolved to work on top of OpenGL, and allows re Manim runs on Python 3.6 or higher (Python 3.8 is recommended). System requirements are [FFmpeg](https://ffmpeg.org/), [OpenGL](https://www.opengl.org/) and [LaTeX](https://www.latex-project.org) (optional, if you want to use LaTeX). - +For Linux, [Pango](https://pango.gnome.org) along with it's developerment headers are required. See instruction [here](https://github.com/ManimCommunity/ManimPango#building). ### Directly