Merge pull request #1146 from terrytangyuan/patch-1

Doc improvement: PyPi -> PyPI
This commit is contained in:
Kubernetes Prow Robot 2020-04-14 13:08:03 -07:00 committed by GitHub
commit 10a7f95435
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ cd python
python setup.py install
```
From [PyPi](https://pypi.python.org/pypi/kubernetes/) directly:
From [PyPI](https://pypi.python.org/pypi/kubernetes/) directly:
```
pip install kubernetes