From 9dab947d5667e3cc8b1f4f37a682d6bd0c492f4d Mon Sep 17 00:00:00 2001 From: zhyncs Date: Sun, 21 Jul 2024 18:32:58 +1000 Subject: [PATCH] docs: update README (#688) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 492c3a8d0..045c9992d 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,9 @@ 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 -e "python[all]" # Install FlashInfer CUDA kernels