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 @@ -75,9 +75,9 @@ Python 2.7 and 3.4+
75
75
If the python package is hosted on Github, you can install directly from Github
76
76
77
77
``` sh
78
- pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID .git
78
+ pip install git+https://github.com/kubernetes-incubator/client-python .git
79
79
```
80
- (you may need to run ` pip ` with root permission: ` sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID .git ` )
80
+ (you may need to run ` pip ` with root permission: ` sudo pip install git+https://github.com/kubernetes-incubator/client-python .git ` )
81
81
82
82
Then import the package:
83
83
``` python
Original file line number Diff line number Diff line change 19
19
<configuration >
20
20
<inputSpec >${generator.spec.path} </inputSpec >
21
21
<language >python</language >
22
+ <gitUserId >kubernetes-incubator</gitUserId >
23
+ <gitRepoId >client-python</gitRepoId >
22
24
<configOptions >
23
25
<packageName >${generator.package.name} </packageName >
24
26
<sortParamsByRequiredFlag >true</sortParamsByRequiredFlag >
You can’t perform that action at this time.
0 commit comments