Skip to content

Commit 5a5a793

Browse files
committed
docs: update README
1 parent aab7f7a commit 5a5a793

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

README.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -26,22 +26,12 @@ This project checks the [maven repository] once a day for a new version and will
2626

2727
## Installation
2828

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-
3329
```sh
3430
# install the latest version of "openapi-generator-cli"
3531
pip install openapi-generator-cli
3632

3733
# 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
4535
```
4636

4737
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 :)
6757

6858
[OpenAPITools/openapi-generator]: <https://github.com/OpenAPITools/openapi-generator>
6959
[maven repository]: <https://mvnrepository.com/artifact/org.openapitools/openapi-generator-cli>
70-
[`jdk4py`]: <https://github.com/activeviam/jdk4py>
71-
[official openapi-generator docs]: <https://github.com/OpenAPITools/openapi-generator#3---usage>

0 commit comments

Comments
 (0)