You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
# Manim 一款使用python便可以做出高大上的数学教学动画: 安装篇
# https://www.toutiao.com/article/6966561690787873284/
# 安装环境
pip install manimgl
# ffmpeg
https://www.wikihow.com/Install-FFmpeg-on-Windows
# dvisvgm.exe:
https://dvisvgm.de/
https://github.com/mgieseki/dvisvgm/releases/download/3.4.3/dvisvgm-3.4.3-win64.zip
# sox
https://sourceforge.net/projects/sox/
https://sourceforge.net/projects/sox/files/sox/14.4.2/
# miktex下载并安装
https://miktex.org/download
https://miktex.org/download/ctan/systems/win32/miktex/setup/windows-x64/basic-miktex-24.1-x64.exe
https://github.com/3b1b/manim
# 安装
cd D:\anaconda3\envs\py310\
pip install manimgl
pip install pycairo
pip install sox
https://histone.blog.csdn.net/article/details/143892971
# 官网例子
https://docs.manim.community/en/stable/examples.html