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/)