Skip to content

Commit

Permalink
Fix inconsistent wording in pipx install command description (#1307)
Browse files Browse the repository at this point in the history
* Fix inconsistent wording in `pipx install` command description

* Add a news fragment

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
sgryjp and pre-commit-ci[bot] authored Mar 28, 2024
1 parent ac70dc0 commit 9fafc97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions changelog.d/1307.doc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix inconsistent wording in `pipx install` command description.
4 changes: 2 additions & 2 deletions src/pipx/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ def prog_name() -> str:
dependency version conflicts or interfere with your OS's python
packages. 'sudo' is not required to do this.
pipx install PACKAGE_NAME ...
pipx install --python PYTHON PACKAGE_NAME
pipx install PACKAGE_SPEC ...
pipx install --python PYTHON PACKAGE_SPEC
pipx install VCS_URL
pipx install ./LOCAL_PATH
pipx install ZIP_FILE
Expand Down

0 comments on commit 9fafc97

Please sign in to comment.