Skip to content

Commit afe74f7

Browse files
authored
[Doc] double quote cmake package in build.inc.md (#12840)
1 parent 09b95e3 commit afe74f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/getting_started/installation/cpu/build.inc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Second, install Python packages for vLLM CPU backend building:
1010

1111
```console
1212
pip install --upgrade pip
13-
pip install cmake>=3.26 wheel packaging ninja "setuptools-scm>=8" numpy
13+
pip install "cmake>=3.26" wheel packaging ninja "setuptools-scm>=8" numpy
1414
pip install -v -r requirements-cpu.txt --extra-index-url https://download.pytorch.org/whl/cpu
1515
```
1616

0 commit comments

Comments
 (0)