feat(pip): add several aliases (#10647)

This commit is contained in:
Neil Girdhar
2022-12-09 04:07:52 -05:00
committed by GitHub
parent f4dc8c5be3
commit cc5100d1e9
2 changed files with 33 additions and 1 deletions

View File

@@ -22,6 +22,14 @@ the next time you autocomplete `pip install`.
| Alias | Description |
| :------- | :-------------------------------------------- |
| pipi | Install packages |
| pipig | Install package from GitHub repository |
| pipigb | Install package from GitHub branch |
| pipigp | Install package from GitHub pull request |
| pipu | Upgrade packages |
| pipun | Uninstall packages |
| pipgi | Grep through installed packages |
| piplo | List outdated packages |
| pipreq | Create requirements file |
| pipir | Install packages from `requirements.txt` file |
| pipupall | Update all installed packages |