mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-12-03 22:00:48 +01:00
14 lines
329 B
Markdown
14 lines
329 B
Markdown
|
# 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/)
|