Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pipx to the plugin installation options #169

Merged
merged 2 commits into from
Feb 28, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ so you should migrate to the standardized plugin and Poetry 1.2.0+.
If you've previously installed the deprecated `poetry-dynamic-versioning-plugin` package,
be sure to uninstall it before proceeding.

* Run: `poetry self add "poetry-dynamic-versioning[plugin]"`
Install the poetry plugin (Pick one of the options below):
1. `poetry self add "poetry-dynamic-versioning[plugin]"`
2. `pipx inject poetry poetry-dynamic-versioning[plugin]` - Use if you installed poetry with pipx
3. See the [poetry plugin documentation](https://python-poetry.org/docs/master/plugins/#using-plugins) for up to date documentation.
visch marked this conversation as resolved.
Show resolved Hide resolved

After poetry plugin installation:
* Run in your project: `poetry dynamic-versioning enable`

Or you can update your pyproject.toml manually:
Expand Down