Skip to content

docs: quote pip extras install examples - #512

Draft
nyxst4ck wants to merge 1 commit into
OpenDCAI:mainfrom
nyxst4ck:nyxst4ck/auto-quote-pip-extras-20260726-135634
Draft

docs: quote pip extras install examples#512
nyxst4ck wants to merge 1 commit into
OpenDCAI:mainfrom
nyxst4ck:nyxst4ck/auto-quote-pip-extras-20260726-135634

Conversation

@nyxst4ck

Copy link
Copy Markdown

Summary

  • Quote pip install examples that include extras.

Why

  • Shells such as zsh can expand unquoted bracket expressions before pip receives them.

Scope

  • Files changed:
  • README-zh.md
  • README.md
  • This does not change dependencies or runtime behavior.

Testing

  • git diff --check

Maintainer Fit

  • Small install-command correctness fix.
  • Duplicate PR search terms checked: quote pip extras, quote optional dependency, zsh pip install extras, pip extras install examples

@SunnyHaze

Copy link
Copy Markdown
Collaborator

Thanks for the fix! The quoting is necessary for zsh, but single quotes are not portable to Windows cmd.exe. Could you please use double quotes instead?

uv pip install "open-dataflow[vllm]"

This should work across Bash, zsh, PowerShell, and cmd.exe.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants