Commit 5a4ef2b5 authored by Lianmin Zheng's avatar Lianmin Zheng
Browse files

update readme

parent 9dab947d
...@@ -37,6 +37,7 @@ The core features include: ...@@ -37,6 +37,7 @@ The core features include:
### Method 1: With pip ### Method 1: With pip
``` ```
pip install --upgrade pip
pip install "sglang[all]" pip install "sglang[all]"
# Install FlashInfer CUDA kernels # Install FlashInfer CUDA kernels
...@@ -48,9 +49,7 @@ pip install flashinfer -i https://flashinfer.ai/whl/cu121/torch2.3/ ...@@ -48,9 +49,7 @@ pip install flashinfer -i https://flashinfer.ai/whl/cu121/torch2.3/
git clone https://github.com/sgl-project/sglang.git git clone https://github.com/sgl-project/sglang.git
cd sglang cd sglang
# https://stackoverflow.com/questions/69711606/how-to-install-a-package-using-pip-in-editable-mode-with-pyproject-toml pip install --upgrade pip
python3 -m pip install --upgrade pip
pip install -e "python[all]" pip install -e "python[all]"
# Install FlashInfer CUDA kernels # Install FlashInfer CUDA kernels
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment