From 4e8cca08d3e435b1b0e38ea5c213f44fb504456c Mon Sep 17 00:00:00 2001 From: mbohlool Date: Tue, 15 Nov 2016 17:38:48 -0800 Subject: [PATCH] Add github repo information to the generator config --- README.md | 4 ++-- scripts/pom.xml | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 73b9a0e47..b7ede9b12 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/scripts/pom.xml b/scripts/pom.xml index 30f377017..c81e2ad84 100644 --- a/scripts/pom.xml +++ b/scripts/pom.xml @@ -19,6 +19,8 @@ ${generator.spec.path} python + kubernetes-incubator + client-python ${generator.package.name} true