ohmyzsh/plugins/pipx
Cristian Magherusan-Stanciu 048196a8ad Remove bashcompinit calls
They are not needed, already done in lib/completion.zsh
2020-09-08 19:35:10 +02:00
..
pipx.plugin.zsh Remove bashcompinit calls 2020-09-08 19:35:10 +02:00
README.md Add a basic plugin for pipx 2020-09-08 19:25:46 +02:00

pipx

pipx - Install and Run Python Applications in Isolated Environments

To use it, add pipx to the plugins array in your zshrc file:

plugins=(... pipx)

Installation

Please find detailed installation guide here