You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-13Lines changed: 1 addition & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,22 +26,12 @@ This project checks the [maven repository] once a day for a new version and will
26
26
27
27
## Installation
28
28
29
-
You must have the `java` binary executable available on your PATH for this to work. (JDK 11 is the minimal version supported. To install OpenJDK, please visit <https://adoptium.net/>)
30
-
31
-
You can install the package either in a virtual environment or globally.
32
-
33
29
```sh
34
30
# install the latest version of "openapi-generator-cli"
35
31
pip install openapi-generator-cli
36
32
37
33
# install a specific version of "openapi-generator-cli"
38
-
pip install openapi-generator-cli==4.3.1
39
-
```
40
-
41
-
You can also install with [`jdk4py`] instead of `java` binary. (`python>=3.10` is required)
42
-
43
-
```sh
44
-
pip install openapi-generator-cli[jdk4py]
34
+
pip install openapi-generator-cli==7.14.0
45
35
```
46
36
47
37
After installation `openapi-generator-cli` command will be available in your virtual environment or globally depending on your installation.
@@ -67,5 +57,3 @@ Please raise an issue, happy to hear from you :)
0 commit comments