From 8cd40a3b8ef0b3820fdd81955774f4b96a30234e Mon Sep 17 00:00:00 2001 From: march3 <13505732@qq.com> Date: Thu, 2 Mar 2023 13:00:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=AA=E9=98=B3=E7=B3=BB=E4=B8=89=E4=BD=93?= =?UTF-8?q?=E6=A8=A1=E6=8B=9F=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- simulators/manim_simulator.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/simulators/manim_simulator.py b/simulators/manim_simulator.py index 64e08b5..da3f432 100644 --- a/simulators/manim_simulator.py +++ b/simulators/manim_simulator.py @@ -1,9 +1,11 @@ # -*- coding:utf-8 -*- -# title :manimlib天体运行模拟器 -# description :manimlib天体运行模拟器 +# title :manim天体运行模拟器 +# description :manim天体运行模拟器 # author :Python超人 # date :2023-02-11 # link :https://gitcode.net/pythoncr/ # python_version :3.8 +# manim version :Manim Community v0.17.2 # ============================================================================== -# pip install -i http://pypi.douban.com/simple/ --trusted-host=pypi.douban.com manim +# 环境安装教程参考: +# https://blog.csdn.net/FRIGIDWINTER/article/details/121526956 -- GitLab