Files
manim/docs/install.rst
Devin Neal e59178dae7 copy docs
2019-05-12 23:40:41 -07:00

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``.