mirror of
https://github.com/3b1b/manim.git
synced 2025-04-13 09:47:07 +00:00
update docs for linux installation
This commit is contained in:
parent
531a031b50
commit
aedf5633aa
1 changed files with 8 additions and 1 deletions
|
@ -8,6 +8,13 @@ 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)
|
||||||
|
|
||||||
|
.. important::
|
||||||
|
|
||||||
|
For Linux Users, installing the wheels provided by
|
||||||
|
`ManimPango <https://pypi.org/project/manimpango>`__ will cause unwanted side effects.
|
||||||
|
See https://github.com/3b1b/manim/issues/1387 and https://github.com/3b1b/manim/issues/1391
|
||||||
|
|
||||||
Directly
|
Directly
|
||||||
--------
|
--------
|
||||||
|
@ -64,4 +71,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