docs: quote pip extras install examples - #625
Closed
nyxst4ck wants to merge 1 commit into
Closed
Conversation
Bakul2006
pushed a commit
to Bakul2006/code-review-graph
that referenced
this pull request
Jul 17, 2026
Carry PR tirth8205#625's zsh fix through all current user docs, using double quotes instead of single quotes so the examples also work in Windows cmd.exe. Add a regression that prevents unquoted extras from returning. Co-Authored-By: nyxst4ck <289980115+nyxst4ck@users.noreply.github.com>
Owner
|
Merged the cross-shell documentation correction through maintainer PR #627 (merge commit ceb6fba) with @nyxst4ck's authorship credited in commit cfd53eb. The final port uses double quotes, which preserve the JSON on zsh/bash and also work in Windows cmd.exe; the original single-quote form would fail on cmd.exe. It updates all localized READMEs and current command/FAQ/reference/troubleshooting docs, with a regression test. Full CI is green. Closing this source PR as incorporated. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
pip installexamples that include extras.Why
pipreceives them.Scope
README.hi-IN.mdREADME.ja-JP.mdREADME.ko-KR.mdREADME.mdREADME.zh-CN.mdTesting
git diff --checkMaintainer Fit
quote pip extras,quote optional dependency,zsh pip install extras,pip extras install examples