Skip to content

Commit

Permalink
Merge pull request #169 from visch/patch-1
Browse files Browse the repository at this point in the history
Add pipx to the plugin installation options
  • Loading branch information
mtkennerly committed Feb 28, 2024
2 parents f328dde + e0ac231 commit 4e13485
Showing 1 changed file with 6 additions and 1 deletion.
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

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

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

0 comments on commit 4e13485

Please sign in to comment.