Skip to content

Commit 0e1178f

Browse files
committed
Add github repo information to the generator config
1 parent 51512ca commit 0e1178f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ Python 2.7 and 3.4+
8383
If 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

9090
Then import the package:
9191
```python

scripts/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
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>

0 commit comments

Comments
 (0)