ohmyzsh/plugins/pipx/README.md

14 lines
329 B
Markdown
Raw Normal View History

2020-09-08 19:15:21 +02:00
# pipx
[`pipx`](https://pipxproject.github.io/pipx/) - Install and Run Python Applications in Isolated Environments
To use it, add `pipx` to the plugins array in your zshrc file:
```zsh
plugins=(... pipx)
```
## Installation
Please find detailed installation guide [`here`](https://pipxproject.github.io/pipx/installation/)