pipx

Install and run Python applications in isolated environments. More information: https://github.com/pypa/pipx.

pipx run pycowsay moo

pipx install package

pipx list

pipx run --spec httpx-cli httpx http://www.github.com

pipx inject package dependency1 dependency2 ...

pipx install --pip-args='pip-args' package