Skip to content

Poetry plugin to support `poetry i` as shortcut of `poetry install`

License

Notifications You must be signed in to change notification settings

waketzheng/poetry-plugin-i

Repository files navigation

Poetry Plugin I

CI

A Poetry plugin that support poetry i as shortcut of poetry install"

Supports Python 3.8+[^1]

Install

The easiest way to install this plugin is via the self add command of Poetry.

poetry self add poetry-plugin-i

If you used pipx to install Poetry you can add the plugin via the pipx inject command.

pipx inject poetry-plugin-i

Otherwise, if you used pip to install Poetry you can add the plugin packages via the pip install command.

pip install poetry-plugin-i

Usage

poetry i

About

Poetry plugin to support `poetry i` as shortcut of `poetry install`

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published