-
pipx
python3 -m pip install --user pipx
pipx
is a tool to help you install and run end-user applications written in Python.It’s roughly simialr to macOS’s
brew
, JavaScript’snpx
, and Linux’sapt
.It is closely ralated to
pip
. In fact, it usespip
, but is focused on installing and managing Python packages that can be run from the command line directly as applications. -
what is end-user application
An end user is the person that a software program or hardware device is designed for.
The end user can be contrasted with the