From 593f7050f2a7cc6e4ea5bd2be3fa500ee21e3004 Mon Sep 17 00:00:00 2001 From: 666ghj <670939375@qq.com> Date: Fri, 19 Dec 2025 16:03:44 +0800 Subject: [PATCH] Update README files to clarify the description of the Python package manager by removing the reference to pip as an alternative. --- README-EN.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README-EN.md b/README-EN.md index 2239bdf..a7e7504 100644 --- a/README-EN.md +++ b/README-EN.md @@ -40,7 +40,7 @@ From serious predictions to playful simulations, we let every "what if" see its |------|---------|-------------|-------------------| | **Node.js** | 18+ | Frontend runtime, includes npm | `node -v` | | **Python** | 3.11+ | Backend runtime | `python --version` | -| **uv** | Latest | Python package manager (pip alternative) | `uv --version` | +| **uv** | Latest | Python package manager | `uv --version` | ### 1. Configure Environment Variables diff --git a/README.md b/README.md index 7086848..e433d66 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ MiroFish 致力于打造映射现实的群体智能镜像,通过捕捉个体 |------|---------|------|---------| | **Node.js** | 18+ | 前端运行环境,包含 npm | `node -v` | | **Python** | 3.11+ | 后端运行环境 | `python --version` | -| **uv** | 最新版 | Python 包管理器(替代 pip) | `uv --version` | +| **uv** | 最新版 | Python 包管理器 | `uv --version` | ### 1. 配置环境变量