From ab9187a20bc87c4dfa934b6a8347b26fb6ae73ab Mon Sep 17 00:00:00 2001 From: Yineng Zhang Date: Wed, 15 Oct 2025 00:35:48 -0700 Subject: [PATCH] docs: update sglang installation guide (#11659) --- docs/get_started/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/get_started/install.md b/docs/get_started/install.md index c14610159..7ccb4f5c7 100644 --- a/docs/get_started/install.md +++ b/docs/get_started/install.md @@ -12,7 +12,7 @@ It is recommended to use uv for faster installation: ```bash pip install --upgrade pip pip install uv -uv pip install "sglang[all]>=0.5.3.post1" +uv pip install sglang --upgrade ``` **Quick fixes to common problems** @@ -29,7 +29,7 @@ cd sglang # Install the python packages pip install --upgrade pip -pip install -e "python[all]" +pip install -e "python" ``` **Quick fixes to common problems**