OpenAPITools / openapi-generator-pip

pip installer for OpenAPI Generator
Apache License 2.0
16 stars 7 forks source link

PyPI readme has incorrect installation command #5

Open sparrowt opened 2 years ago

sparrowt commented 2 years ago

https://pypi.org/project/openapi-generator-cli/ currently says

You can install the package either in a virtual environment or globally.

# install the latest version of "openapigenerator"
pip install openapigenerator

# install a specific version of "openapigenerator"
pip install openapigenerator==4.2.0

However that pip command doesn't work because it should be pip install openapi-generator-cli

Strangely I see that this appears to have been fixed by https://github.com/OpenAPITools/openapi-generator-pip/commit/a1f963e2c376faf536f27d84ba48e0066127c762 so is there something which needs to happen for this to be reflected on PyPI?