Update README.md

This commit is contained in:
mbohlool 2017-05-19 00:35:27 -07:00
parent 8980d48039
commit 5d5e7df528

View File

@ -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
```