From 5d5e7df528742d4caed051e8649950c6d075eb80 Mon Sep 17 00:00:00 2001 From: mbohlool Date: Fri, 19 May 2017 00:35:27 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 067e503e6..b556c411e 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Python client for the [kubernetes](http://kubernetes.io/) API. From source: ``` -git clone https://github.com/kubernetes-incubator/client-python.git +git clone --recursive https://github.com/kubernetes-incubator/client-python.git cd client-python python setup.py install ```