Skip to content

Commit 4e8cca0

Browse files
committed
Add github repo information to the generator config
1 parent db2f4fb commit 4e8cca0

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
@@ -75,9 +75,9 @@ Python 2.7 and 3.4+
7575
If the python package is hosted on Github, you can install directly from Github
7676

7777
```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
7979
```
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`)
8181

8282
Then import the package:
8383
```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)