From b087c42b9dac7091c8156aa6cf1773ae308d952a Mon Sep 17 00:00:00 2001 From: Samarth Ramu Date: Thu, 29 Jan 2026 21:07:05 +0530 Subject: [PATCH] modernize README install section --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index db330e02b9..06694e10be 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Kubernetes Python Client -[![Build Status](https://travis-ci.org/kubernetes-client/python.svg?branch=master)](https://travis-ci.org/kubernetes-client/python) +[![CI](https://github.com/kubernetes-client/python/actions/workflows/test.yml/badge.svg)](https://github.com/kubernetes-client/python/actions/workflows/test.yml) [![PyPI version](https://badge.fury.io/py/kubernetes.svg)](https://badge.fury.io/py/kubernetes) [![codecov](https://codecov.io/gh/kubernetes-client/python/branch/master/graph/badge.svg)](https://codecov.io/gh/kubernetes-client/python "Non-generated packages only") [![pypi supported versions](https://img.shields.io/pypi/pyversions/kubernetes.svg)](https://pypi.python.org/pypi/kubernetes) @@ -16,7 +16,7 @@ From source: ``` git clone --recursive https://github.com/kubernetes-client/python.git cd python -python setup.py install +python -m pip install --upgrade . ``` From [PyPI](https://pypi.python.org/pypi/kubernetes/) directly: