Difference between revisions of "Manim:Installation"

(Created page with "This is the installation instructions for the [https://github.com/ManimCommunity/manim Manim Community Edition]. For installing the original Manim, see [https://github.com/3b1...")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 +
{{Manim}}
 +
 
This is the installation instructions for the [https://github.com/ManimCommunity/manim Manim Community Edition]. For installing the original Manim, see [https://github.com/3b1b/manim here].
 
This is the installation instructions for the [https://github.com/ManimCommunity/manim Manim Community Edition]. For installing the original Manim, see [https://github.com/3b1b/manim here].
  
Line 6: Line 8:
  
 
Type in the command <code>python -m pip install manim</code> if you're on Windows, or the command <code>pip3 install manim</code> if you're on Mac or Linux. This will install Manim along with all its required dependencies. Be patient, this usually takes some time!
 
Type in the command <code>python -m pip install manim</code> if you're on Windows, or the command <code>pip3 install manim</code> if you're on Mac or Linux. This will install Manim along with all its required dependencies. Be patient, this usually takes some time!
 +
 +
[[Category:Manim]]

Latest revision as of 00:21, 31 October 2022

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!