Skip to content

Pdm plugin to support `pdm i` as shortcut of `pdm install`

License

Notifications You must be signed in to change notification settings

waketzheng/pdm-plugin-i

Repository files navigation

pdm-plugin-i

Tests pypi version pre-commit.ci status pdm-managed

A PDM plugin that add command pdm i as alias of pdm install

Requirements

pdm-plugin-i requires Python >=3.8

Installation

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.

Usage

$ pdm i

Common Options:

The same as pdm install

Changelog

See CHANGELOG.md

About

Pdm plugin to support `pdm i` as shortcut of `pdm install`

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages