How To Install Manim On Mac (Step By Step)

🟧 Manim course for beginners - store.thaomaoh.com/b/manim-co...
Installation guide from Manim Community - docs.manim.community/en/stabl...
In this step by step tutorial I will show you how to install Manim on MacOS. Manim is a Python library that lets you create animations by using code. Just like the ones you see in 3Blue1Brown videos.
Install Manim on Mac, But manim community or python Mac, but animations to download manim and Mac, or any other but download like that. This is a manim installation guide for Mac / Manim download on Mac of manim.
Test out if it installation works (Make sure you use the right indentation):
from manim import *
class hello(Scene):
def construct(self):
t = Tex ("hello")
self. play(Write(t))
self.wait (3)

Пікірлер: 18

  • @thaomaoh
    @thaomaoh26 күн бұрын

    🟧 Manim course for beginners - store.thaomaoh.com/b/manim-course

  • @christophercelaya
    @christophercelaya2 ай бұрын

    I clicked on this video because I've been learning more about large language models. Now I can turn my art into animation and learn Python at the same time. I call this a win!

  • @AlmostMath
    @AlmostMath3 ай бұрын

    "ModuleNotFoundError: No module named 'pkg_resources'" Help Please!

  • @Javierfarina100

    @Javierfarina100

    2 ай бұрын

    me tooo

  • @HyperDevv
    @HyperDevv2 ай бұрын

    Stuck on "command line tools for Xcode" and throws error if i wait for it

  • @aakashmandal8811

    @aakashmandal8811

    21 күн бұрын

    same issue

  • @BagshaaGaihshiruul
    @BagshaaGaihshiruul4 ай бұрын

    it says "ModuleNotFoundError: No module named 'pkg_resources'" what should i do

  • @AlmostMath

    @AlmostMath

    3 ай бұрын

    same here

  • @haoyuwang6660
    @haoyuwang6660Ай бұрын

    when I am trying to install using brew, it tells me command not found: brew, I don't know why since I already installed brew

  • @cybsFeyQ

    @cybsFeyQ

    Ай бұрын

    Copy and paste this into the MacOS terminal: export PATH="/opt/homebrew/bin:$PATH"

  • @HaninMohammed

    @HaninMohammed

    Ай бұрын

    @@cybsFeyQhow do i undo this command you just gave me

  • @cybsFeyQ

    @cybsFeyQ

    Ай бұрын

    @@HaninMohammed You could just uninstall home brew and reinstall if you don’t want that path. This is a preferable path if you’re having that issue.

  • @user-pd4wz1oo3x
    @user-pd4wz1oo3x4 ай бұрын

    didn't help because I'm an idiot who typed "manin" instead of "manim" but would have been helpful if I hadn't installed this properly so thx

  • @sayserloks
    @sayserloks3 ай бұрын

    It's giving me scene is not defined and Tex is not defined.

  • @thaomaoh

    @thaomaoh

    3 ай бұрын

    I got this once because I forgot to capitalise the word Scene. Maybe that's the issue.

  • @sayserloks

    @sayserloks

    3 ай бұрын

    I got passed it. I think I had open the wrong file type; not ever sure how I did that wrong. In any case the errors were fixed but now the sideview window won't open. @@thaomaoh