mirror of
https://github.com/3b1b/manim.git
synced 2025-08-01 08:54:38 +08:00
19 lines
401 B
ReStructuredText
19 lines
401 B
ReStructuredText
Installation
|
|
============
|
|
|
|
This fork of Manim runs on python 3.7 only. Earlier versions of python are not
|
|
supported. You can install the python dependencies with ``pip install -r
|
|
requirements.txt``.
|
|
|
|
manim relies on system libraries you will need to install on your operating
|
|
system:
|
|
|
|
* ffmpeg
|
|
* latex
|
|
* sox
|
|
|
|
The dockerfile is (should be) the definitive source for everything required by
|
|
``manim``.
|
|
|
|
|