【M1安装manim】

1.首先安装homebrew

GitHub - Homebrew/brew: The missing package manager for macOS (or Linux)

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

2.安装依赖

brew install py3cairo ffmpeg

brew install pango scipy

pip3 install manim

安装完成

你可能感兴趣的:(linux,ubuntu,centos)