From 5a4ef2b5c8625a14bd7b72ef05c14528f11d2191 Mon Sep 17 00:00:00 2001 From: Lianmin Zheng Date: Sun, 21 Jul 2024 02:58:57 -0700 Subject: [PATCH] update readme --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 045c9992dd4..c404f40cf02 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ The core features include: ### Method 1: With pip ``` +pip install --upgrade pip pip install "sglang[all]" # Install FlashInfer CUDA kernels @@ -48,9 +49,7 @@ pip install flashinfer -i https://flashinfer.ai/whl/cu121/torch2.3/ git clone https://github.com/sgl-project/sglang.git cd sglang -# https://stackoverflow.com/questions/69711606/how-to-install-a-package-using-pip-in-editable-mode-with-pyproject-toml -python3 -m pip install --upgrade pip - +pip install --upgrade pip pip install -e "python[all]" # Install FlashInfer CUDA kernels