Update README files to clarify the description of the Python package manager by removing the reference to pip as an alternative.

This commit is contained in:
666ghj 2025-12-19 16:03:44 +08:00
parent 9d09a34895
commit 593f7050f2
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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. 配置环境变量