Add github repo information to the generator config
This commit is contained in:
parent
db2f4fbcd8
commit
4e8cca08d3
@ -75,9 +75,9 @@ Python 2.7 and 3.4+
|
||||
If the python package is hosted on Github, you can install directly from Github
|
||||
|
||||
```sh
|
||||
pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
|
||||
pip install git+https://github.com/kubernetes-incubator/client-python.git
|
||||
```
|
||||
(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git`)
|
||||
(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/kubernetes-incubator/client-python.git`)
|
||||
|
||||
Then import the package:
|
||||
```python
|
||||
|
||||
@ -19,6 +19,8 @@
|
||||
<configuration>
|
||||
<inputSpec>${generator.spec.path}</inputSpec>
|
||||
<language>python</language>
|
||||
<gitUserId>kubernetes-incubator</gitUserId>
|
||||
<gitRepoId>client-python</gitRepoId>
|
||||
<configOptions>
|
||||
<packageName>${generator.package.name}</packageName>
|
||||
<sortParamsByRequiredFlag>true</sortParamsByRequiredFlag>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user