Install and Execute Python Applications Using pipx - Real Python
pipx creates and manages virtual environments automatically to isolate dependencies of installed Python packages.
pipx adds symbolic links to command-line scripts of installed packages for direct execution without Python interpreter.