File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ once a day for a new version and will publish this new version automatically as
1717You can install the package either in a virtual environment or globally.
1818
1919``` sh
20- # install the latest version of "openapigenerator "
21- pip install openapigenerator
20+ # install the latest version of "openapi-generator-cli "
21+ pip install openapi-generator-cli
2222
23- # install a specific version of "openapigenerator "
24- pip install openapigenerator ==4.2.0
23+ # install a specific version of "openapi-generator-cli "
24+ pip install openapi-generator-cli ==4.2.0
2525```
2626
2727After installation ` openapi-generator ` command will be available in your virtual environment or globally
Original file line number Diff line number Diff line change 66
77from setuptools import find_packages , setup , Command
88
9- NAME = "openapigenerator "
9+ NAME = "openapi-generator-cli "
1010DESCRIPTION = "CLI for openapi generator"
1111URL = "https://github.com/OpenAPITools/openapi-generator"
1212EMAIL = "team@openapitools.org"
You can’t perform that action at this time.
0 commit comments