From ea4f7cb4fb6f8db7d1b2f29982d57bbec34d5bc5 Mon Sep 17 00:00:00 2001 From: Junjun2016 Date: Thu, 2 Sep 2021 09:39:44 +0800 Subject: [PATCH] Show supported python versions in README (#826) --- README.md | 1 + README_zh-CN.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 195988b..37b43a9 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@
+[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mmsegmentation)](https://pypi.org/project/mmsegmentation/) [![PyPI](https://img.shields.io/pypi/v/mmsegmentation)](https://pypi.org/project/mmsegmentation) [![docs](https://img.shields.io/badge/docs-latest-blue)](https://mmsegmentation.readthedocs.io/en/latest/) [![badge](https://github.com/open-mmlab/mmsegmentation/workflows/build/badge.svg)](https://github.com/open-mmlab/mmsegmentation/actions) diff --git a/README_zh-CN.md b/README_zh-CN.md index 757103d..fe236de 100644 --- a/README_zh-CN.md +++ b/README_zh-CN.md @@ -3,6 +3,7 @@
+[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mmsegmentation)](https://pypi.org/project/mmsegmentation/) [![PyPI](https://img.shields.io/pypi/v/mmsegmentation)](https://pypi.org/project/mmsegmentation) [![docs](https://img.shields.io/badge/docs-latest-blue)](https://mmsegmentation.readthedocs.io/zh_CN/latest/) [![badge](https://github.com/open-mmlab/mmsegmentation/workflows/build/badge.svg)](https://github.com/open-mmlab/mmsegmentation/actions)