Manim:Installation

Manim
About - Installation - Tutorials

This is the installation instructions for the Manim Community Edition. For installing the original Manim, see here.

Note, Manim requires Python in order to work. For installing Python, see here. Optionally, Manim works best if you have a TeX distribution installed. Learn more about that here.

Open a Command Prompt window, or Terminal window if you're on Mac or Linux. Type in python --version. You should see your Python version number if it's installed. If it shows a version less than 3.7, please update your Python installation in order to work with the latest version of Manim.

Type in the command python -m pip install manim if you're on Windows, or the command pip3 install manim if you're on Mac or Linux. This will install Manim along with all its required dependencies. Be patient, this usually takes some time!