diff --git a/README.MD b/README.MD index 16aa3af..df125bb 100644 --- a/README.MD +++ b/README.MD @@ -46,7 +46,8 @@ 参考 [README.MD](java/README.MD) ### Python -[![PyPi](https://img.shields.io/pypi/v/wcferry.svg)](https://pypi.python.org/pypi/wcferry) [![Downloads](https://static.pepy.tech/badge/wcferry)](https://pypi.python.org/pypi/wcferry) +[![PyPi](https://img.shields.io/pypi/v/wcferry.svg)](https://pypi.python.org/pypi/wcferry) [![Downloads](https://static.pepy.tech/badge/wcferry)](https://pypi.python.org/pypi/wcferry) [![Documentation Status](https://readthedocs.org/projects/wechatferry/badge/?version=latest)](https://wechatferry.readthedocs.io/zh/latest/?badge=latest) + * 安装 ```sh pip install --upgrade wcferry diff --git a/python/README.MD b/python/README.MD index 640e4fe..65d70c1 100644 --- a/python/README.MD +++ b/python/README.MD @@ -1,4 +1,5 @@ # WeChatFerry Python 客户端 +[![PyPi](https://img.shields.io/pypi/v/wcferry.svg)](https://pypi.python.org/pypi/wcferry) [![Downloads](https://static.pepy.tech/badge/wcferry)](https://pypi.python.org/pypi/wcferry) [![Documentation Status](https://readthedocs.org/projects/wechatferry/badge/?version=latest)](https://wechatferry.readthedocs.io/zh/latest/?badge=latest) 🤖示例机器人框架:[WeChatRobot](https://github.com/lich0821/WeChatRobot)。