File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -83,9 +83,9 @@ Python 2.7 and 3.4+
8383If the python package is hosted on Github, you can install directly from Github
8484
8585``` sh
86- pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID .git
86+ pip install git+https://github.com/kubernetes-incubator/client-python .git
8787```
88- (you may need to run ` pip ` with root permission: ` sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID .git ` )
88+ (you may need to run ` pip ` with root permission: ` sudo pip install git+https://github.com/kubernetes-incubator/client-python .git ` )
8989
9090Then import the package:
9191``` python
Original file line number Diff line number Diff line change 1919 <configuration >
2020 <inputSpec >${generator.spec.path} </inputSpec >
2121 <language >python</language >
22+ <gitUserId >kubernetes-incubator</gitUserId >
23+ <gitRepoId >client-python</gitRepoId >
2224 <configOptions >
2325 <packageName >${generator.package.name} </packageName >
2426 <sortParamsByRequiredFlag >true</sortParamsByRequiredFlag >
You can’t perform that action at this time.
0 commit comments