Files
manim/docs/install.rst
Devin Neal 4447bbd016 add docs
2019-05-26 00:35:45 -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``.