feat(pip): add alias for updating all requirements via pip (#9965)

* feat(plugins): add alias for pip commands

* feat(plugins): updated README.md and add alias
This commit is contained in:
Sagar Yadav 2021-06-13 22:53:58 +05:30 committed by GitHub
commit 960483b76b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 0 deletions

View file

@ -17,3 +17,12 @@ or you can run `zsh-pip-cache-packages` directly.
To reset the cache, run `zsh-pip-clear-cache` and it will be rebuilt next
the next time you autocomplete `pip install`.
## Aliases
| Alias | Description |
| :------- | :-------------------------------------------- |
| pipreq | Create requirements file |
| pipir | Install packages from `requirements.txt` file |
| pipupall | Update all installed packages |
| pipunall | Uninstall all installed packages |