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
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?
The text was updated successfully, but these errors were encountered:
https://pypi.org/project/openapi-generator-cli/ currently says
However that
pip
command doesn't work because it should bepip 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?
The text was updated successfully, but these errors were encountered: