Skip to content

Commit e400859

Browse files
authored
docs: quote pip extras install examples (#512)
* docs: quote pip extras install examples * docs: use double quotes for cross-shell portability --------- Co-authored-by: nyxst4ck <289980115+nyxst4ck@users.noreply.github.com>
1 parent 4b73ee3 commit e400859

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README-zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ uv pip install open-dataflow
261261

262262
```shell
263263
pip install uv
264-
uv pip install open-dataflow[vllm]
264+
uv pip install "open-dataflow[vllm]"
265265

266266
```
267267

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ If you want to use your own GPU for local inference, please use:
278278

279279
```shell
280280
pip install uv
281-
uv pip install open-dataflow[vllm]
281+
uv pip install "open-dataflow[vllm]"
282282
```
283283

284284
After installation, you can use the following command to check if dataflow has been installed correctly:

0 commit comments

Comments
 (0)