Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the command for installing development version #801

Merged
merged 3 commits into from
Feb 1, 2022

Conversation

dukecat0
Copy link
Member

@dukecat0 dukecat0 commented Jan 23, 2022

  • I have added an entry to docs/changelog.md

Summary of changes

--dev to --pre
Fix #800

Test plan

Tested by running

pip install --user pipx --upgrade --dev

And also

pip install --user pipx --upgrade --pre

@tobwen
Copy link

tobwen commented Jan 24, 2022

Although your style works, I'd recommend the official one: pip install [options] <archive url/path> ...:

pip install --option1 --option2 --option3 packageA packageB packageC

@gaborbernat gaborbernat merged commit 08c8a53 into pypa:main Feb 1, 2022
@dukecat0 dukecat0 deleted the patch-1 branch February 1, 2022 05:03
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.

[docs] [hasfix] no such option: --dev
3 participants