Installation¶
First of all, you’ll need to install Manim itself — check out the installation guide in the Manim docs for that. Then, simply
pip install manim-eng
if you’re using pip, or use your package manager — if you were using Poetry for instance, you’d do the following.
poetry add manim-eng
Usage¶
Set up your project however you please (see Manim’s guide if you’re unsure), and then simply add
from manim_eng import *
to the top of your file. This brings all of manim-eng’s
Mobjects into scope. That’s it!