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