From b32a18e8bdac667945f86c6dd8145c4c7253aef9 Mon Sep 17 00:00:00 2001 From: Anno Yanzhe Chen <54897166+ChenAnno@users.noreply.github.com> Date: Mon, 6 Oct 2025 02:14:05 +0000 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 12564b5..df0dcd5 100644 --- a/README.md +++ b/README.md @@ -162,12 +162,12 @@ https://github.com/user-attachments/assets/d906423f-734a-41c9-b102-b113ad3b3c25 ### Table of Contents - [🌟 Overview](#-overview) -- [🚀 Quick Start: Code2Video](#-how-to-create----code2video) +- [🚀 Quick Start: Code2Video](#-try-code2video) - [1. Requirements](#1-requirements) - [2. Configure LLM API Keys](#2-configure-llm-api-keys) - [3. Run Agents](#3-run-agents) - [4. Project Organization](#4-project-organization) -- [📊 Evaluation: MMMC](#-how-to-evaluate----mmmc) +- [📊 Evaluation: MMMC](#-evaluation----mmmc) - [🙏 Acknowledgements](#-acknowledgements) - [📌 Citation](#-citation) @@ -203,6 +203,8 @@ cd src/ pip install -r requirements.txt ```` +Here is the [official installation guide](https://docs.manim.community/en/stable/installation.html) for Manim Community v0.19.0, to help everyone correctly set up the environment. + ### 2. Configure LLM API Keys Fill in your **API credentials** in `gpt_config.json`.