A PDM plugin that add command pdm i
as alias of pdm install
pdm-plugin-i requires Python >=3.8
On PDM 1.6.4+, you can install the plugin directly by:
$ pdm plugin add pdm-plugin-i
If you have installed PDM with the recommended tool pipx
, add this plugin by:
$ pipx inject pdm pdm-plugin-i
Or if you have installed PDM with pip install --user pdm
, install with pip
to the user site:
$ python -m pip install --user pdm-plugin-i
Otherwise, install pdm-plugin-i
to the same place where PDM is located.
$ pdm i
Common Options:
The same as pdm install
See CHANGELOG.md