Skip to content

Commit 3bbb641

Browse files
committed
Update README.md
Add comment about pipx run
1 parent d953cde commit 3bbb641

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ using it (Python developers).
2222
I recommend you install with [pipx](https://pipxproject.github.io/pipx/) so you don't conflict with any other packages
2323
you might have: `pipx install openapi-python-client`.
2424

25-
You can install with normal pip if you want to though: `pipx install openapi-python-client`
25+
Better yet, use `pipx run openapi-python-client <normal params / options>` to always use the latest version of the generator.
26+
27+
You can install with normal pip if you want to though: `pip install openapi-python-client`
2628

2729
Then, if you want tab completion: `openapi-python-client --install-completion`
2830

0 commit comments

Comments
 (0)