Skip to content

Commit 038b1c1

Browse files
authored
Merge pull request #2509 from samarthDevops/feature/update-readme-setup
Modernize README badge and install instructions
2 parents f7e9b4d + b087c42 commit 038b1c1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
```
1717
git clone --recursive https://github.com/kubernetes-client/python.git
1818
cd python
19-
python setup.py install
19+
python -m pip install --upgrade .
2020
```
2121

2222
From [PyPI](https://pypi.python.org/pypi/kubernetes/) directly:

0 commit comments

Comments
 (0)