Skip to content

Commit

Permalink
Fix minor grammar error in comparisons.md (#1137)
Browse files Browse the repository at this point in the history
  • Loading branch information
NateEag authored Dec 5, 2023
1 parent 1ad1bdc commit 8d2ade7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/comparisons.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ interpreter: `pipx install black --python=python3.7` where python3.7 was install
- pipx and pipsi both install packages in a similar way
- pipx is under active development. pipsi is no longer maintained.
- pipx always makes sure you're using the latest version of pip
- pipx has the ability to run a app in one line, leaving your system unchanged after it finishes (`pipx run APP`) where
- pipx has the ability to run an app in one line, leaving your system unchanged after it finishes (`pipx run APP`) where
pipsi does not
- pipx has the ability to recursively install binaries from dependent packages
- pipx adds more useful information to its output
Expand Down

0 comments on commit 8d2ade7

Please sign in to comment.