We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d953cde commit 3bbb641Copy full SHA for 3bbb641
README.md
@@ -22,7 +22,9 @@ using it (Python developers).
22
I recommend you install with [pipx](https://pipxproject.github.io/pipx/) so you don't conflict with any other packages
23
you might have: `pipx install openapi-python-client`.
24
25
-You can install with normal pip if you want to though: `pipx install openapi-python-client`
+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`
28
29
Then, if you want tab completion: `openapi-python-client --install-completion`
30
0 commit comments