How to install 3b1b/manim. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
3b1b/manim Installation Guide
How to install 3b1b/manim. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for 3b1b/manim. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i 3b1b/manimor
Install via npx
npx @hexmos/ipm i 3b1b/manimPrerequisites
Python
languageVersion: >=3.7.0
FFmpeg
system_toolFor video processing and playback.
OpenGL
system_toolFor 3D graphics rendering.
LaTeX
libraryVersion: Optional, but recommended for LaTeX-based animations.
Pango
system_toolFor text rendering and layout in Linux environments. Required for building Manim on Linux.
Git
system_toolFor version control and cloning repositories.
conda
package_managerVersion: Optional, but recommended for managing Python environments.
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Clone and Install via Pip
git clone https://github.com/3b1b/manim.git
cd manim
pip install -e . Anaconda Installation
brew install ffmpeg mactex
conda create -n manim python=3.8
conda activate manim
pip install -e . Run Manim Example
manimgl example_scenes.py OpeningManimExamplePost Installation Steps
- Open a terminal and run `manimgl example_scenes.py OpeningManimExample` to start the animation.
- Explore the examples in the documentation: https://3b1b.github.io/manim/getting_started/example_scenes.html
