Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PyPI readme has incorrect installation command #5

Open
sparrowt opened this issue Jan 24, 2022 · 0 comments
Open

PyPI readme has incorrect installation command #5

sparrowt opened this issue Jan 24, 2022 · 0 comments

Comments

@sparrowt
Copy link

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 a1f963e so is there something which needs to happen for this to be reflected on PyPI?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant