[Docs] Add --prerelease=allow to cookbook uv install commands (#35920)
Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 5
parent
2440820528
commit
fe8f9d7457
@@ -23,7 +23,7 @@ pip install uv
|
||||
# https://github.com/sgl-project/sglang/pull/34262
|
||||
git clone -b muse-glimmer https://github.com/sgl-project/sglang.git
|
||||
cd sglang
|
||||
uv pip install -e "python[all]"
|
||||
uv pip install --prerelease=allow -e "python[all]"
|
||||
```
|
||||
|
||||
Run the **Python** output of the command panel below in that environment.
|
||||
|
||||
Reference in New Issue
Block a user