Skip to content

Commit

Permalink
Add pipx installation option
Browse files Browse the repository at this point in the history
  • Loading branch information
1oglop1 committed Feb 21, 2022
1 parent 89f9aaf commit 7570561
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,14 @@ $ poetry plugin add poetry-version-plugin
--> 100%
```

Or install this plugin to your Poetry with pipx:

```console
$ pipx inject poetry poetry-version-plugin

--> 100%
```

### Set version in init file

Set your package version in your file `__init__.py`, for example:
Expand Down

0 comments on commit 7570561

Please sign in to comment.