aboutsummaryrefslogtreecommitdiff
path: root/lang/python/pipx
Commit message (Collapse)AuthorAge
* pipx: Update to 1.3.3Jeffery To2023-12-13
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* pipx: Update to 1.3.2, add new dependenciesJeffery To2023-12-07
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* pipx: Add new packageJeffery To2023-11-16
From the README: pipx is a tool to help you install and run end-user applications written in Python. It's roughly similar to macOS's brew, JavaScript's npx, and Linux's apt. It's closely related to pip. In fact, it uses pip, but is focused on installing and managing Python packages that can be run from the command line directly as applications. Signed-off-by: Jeffery To <jeffery.to@gmail.com>