From dba7fa9902e676dbcec2aa65bdc694c433a37a68 Mon Sep 17 00:00:00 2001 From: ghmark675 Date: Mon, 3 Nov 2025 12:20:58 +0800 Subject: [PATCH] docs(README): Update configuration instructions Instruct users to copy config.py.example to config.py for local setup. --- README-EN.md | 3 +++ README.md | 2 ++ 2 files changed, 5 insertions(+) diff --git a/README-EN.md b/README-EN.md index d03bd09..57c117d 100644 --- a/README-EN.md +++ b/README-EN.md @@ -245,6 +245,9 @@ INSIGHT_ENGINE_MODEL_NAME = "kimi-k2-0711-preview" #### 4.2 Database Initialization **Option 1: Use Local Database** + +You can refer to `MindSpider\config.py\config.py.example` for the configuration template, and you can copy this file and rename it to `config.py`. + ```bash # Local MySQL database initialization cd MindSpider diff --git a/README.md b/README.md index 790579b..a512efd 100644 --- a/README.md +++ b/README.md @@ -253,6 +253,8 @@ INSIGHT_ENGINE_MODEL_NAME = "kimi-k2-0711-preview" > MindSpider爬虫系统跟舆情系统是各自独立的,所以需要再去`MindSpider\config.py`配置一下 +配置模板可以参考`MindSpider\config.py\config.py.example`,可以复制该文件并命名为`config.py` + ```bash # 本地MySQL数据库初始化 cd MindSpider