Clarified the instructions for copying the config template in both English and Chinese README files.
Showing
2 changed files
with
2 additions
and
4 deletions
| @@ -246,7 +246,7 @@ INSIGHT_ENGINE_MODEL_NAME = "kimi-k2-0711-preview" | @@ -246,7 +246,7 @@ INSIGHT_ENGINE_MODEL_NAME = "kimi-k2-0711-preview" | ||
| 246 | 246 | ||
| 247 | **Option 1: Use Local Database** | 247 | **Option 1: Use Local Database** |
| 248 | 248 | ||
| 249 | -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`. | 249 | +You can refer to `MindSpider\config.py.example` for the configuration template, copy this file and rename it to `config.py`. |
| 250 | 250 | ||
| 251 | ```bash | 251 | ```bash |
| 252 | # Local MySQL database initialization | 252 | # Local MySQL database initialization |
| @@ -251,9 +251,7 @@ INSIGHT_ENGINE_MODEL_NAME = "kimi-k2-0711-preview" | @@ -251,9 +251,7 @@ INSIGHT_ENGINE_MODEL_NAME = "kimi-k2-0711-preview" | ||
| 251 | 251 | ||
| 252 | **选择1:使用本地数据库** | 252 | **选择1:使用本地数据库** |
| 253 | 253 | ||
| 254 | -> MindSpider爬虫系统跟舆情系统是各自独立的,所以需要再去`MindSpider\config.py`配置一下 | ||
| 255 | - | ||
| 256 | -配置模板可以参考`MindSpider\config.py\config.py.example`,可以复制该文件并命名为`config.py` | 254 | +> MindSpider爬虫系统跟舆情系统是各自独立的,所以需要再去`MindSpider\config.py`配置一下,复制`MindSpider`文件夹下的 `config.py.example` 文件,命名为 `config.py` |
| 257 | 255 | ||
| 258 | ```bash | 256 | ```bash |
| 259 | # 本地MySQL数据库初始化 | 257 | # 本地MySQL数据库初始化 |
-
Please register or login to post a comment