mirror of
https://github.com/3b1b/manim.git
synced 2025-11-14 10:47:44 +00:00
Merge pull request #1421 from naveen521kk/patch-6
update docs for linux installation
This commit is contained in:
commit
f6291d7e82
2 changed files with 4 additions and 2 deletions
|
|
@ -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).
|
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).
|
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
|
### Directly
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,8 @@ System requirements are:
|
||||||
- `FFmpeg <https://ffmpeg.org/>`__
|
- `FFmpeg <https://ffmpeg.org/>`__
|
||||||
- `OpenGL <https://www.opengl.org//>`__ (included in python package ``PyOpenGL``)
|
- `OpenGL <https://www.opengl.org//>`__ (included in python package ``PyOpenGL``)
|
||||||
- `LaTeX <https://www.latex-project.org>`__ (optional, if you want to use LaTeX)
|
- `LaTeX <https://www.latex-project.org>`__ (optional, if you want to use LaTeX)
|
||||||
|
- `Pango <https://pango.org>`__ (only for Linux)
|
||||||
|
|
||||||
|
|
||||||
Directly
|
Directly
|
||||||
--------
|
--------
|
||||||
|
|
@ -64,4 +66,4 @@ For Anaconda
|
||||||
cd manim
|
cd manim
|
||||||
conda create -n manim python=3.8
|
conda create -n manim python=3.8
|
||||||
conda activate manim
|
conda activate manim
|
||||||
pip install -e .
|
pip install -e .
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue