File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Kubernetes Python Client
22
3- [ ![ Build Status ] ( https://travis-ci.org /kubernetes-client/python. svg?branch=master )] ( https://travis-ci.org /kubernetes-client/python )
3+ [ ![ CI ] ( https://github.com /kubernetes-client/python/actions/workflows/test.yml/badge. svg )] ( https://github.com /kubernetes-client/python/actions/workflows/test.yml )
44[ ![ PyPI version] ( https://badge.fury.io/py/kubernetes.svg )] ( https://badge.fury.io/py/kubernetes )
55[ ![ codecov] ( https://codecov.io/gh/kubernetes-client/python/branch/master/graph/badge.svg )] ( https://codecov.io/gh/kubernetes-client/python " Non-generated packages only ")
66[ ![ pypi supported versions] ( https://img.shields.io/pypi/pyversions/kubernetes.svg )] ( https://pypi.python.org/pypi/kubernetes )
@@ -16,7 +16,7 @@ From source:
1616```
1717git clone --recursive https://github.com/kubernetes-client/python.git
1818cd python
19- python setup.py install
19+ python -m pip install --upgrade .
2020```
2121
2222From [ PyPI] ( https://pypi.python.org/pypi/kubernetes/ ) directly:
You can’t perform that action at this time.
0 commit comments