Install and Execute Python Applications Using pipx - Real Python
Briefly

pipx doesn't install packages system-wide or in virtual environments; instead, it manages isolated virtual environments for each package installation.
pipx adds symbolic links to command-line scripts for easy direct execution without needing to run them through the Python interpreter.
Read at Realpython
[
add
]
[
|
|
]