From 33338532f0ae7fa38217974cc910645ec2c2dc30 Mon Sep 17 00:00:00 2001 From: nyxst4ck <289980115+nyxst4ck@users.noreply.github.com> Date: Tue, 23 Jun 2026 15:09:26 -0300 Subject: [PATCH] docs: quote pip extras install examples --- README-cn.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README-cn.md b/README-cn.md index 27faf17..9bf519d 100644 --- a/README-cn.md +++ b/README-cn.md @@ -592,7 +592,7 @@ source sglang_minicpm_sala_env/bin/activate # 2. 安装 SGLang uv pip install --upgrade pip setuptools wheel -uv pip install -e ./python[all] +uv pip install -e ./'python[all]' # 3. 编译安装 CUDA 扩展 # (确保依赖已克隆到 3rdparty/ 目录) diff --git a/README.md b/README.md index 15139e9..6f16686 100644 --- a/README.md +++ b/README.md @@ -590,7 +590,7 @@ source sglang_minicpm_sala_env/bin/activate # 2. Install SGLang uv pip install --upgrade pip setuptools wheel -uv pip install -e ./python[all] +uv pip install -e ./'python[all]' # 3. Compile CUDA Extensions # (Ensure dependencies are cloned to 3rdparty/)