From 89169ca7be24a92d9739bf0b5f5441dfc576e465 Mon Sep 17 00:00:00 2001 From: Xuwznln <18435084+Xuwznln@users.noreply.github.com> Date: Fri, 5 Sep 2025 01:22:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20PyPI=20=E4=B8=8B=E8=BD=BD?= =?UTF-8?q?=E9=87=8F=E5=BE=BD=E7=AB=A0=E5=B9=B6=E6=A0=BC=E5=BC=8F=E5=8C=96?= =?UTF-8?q?=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2155900..eb8b9e4 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ [![PyPI version](https://badge.fury.io/py/msgcenterpy.svg)](https://badge.fury.io/py/msgcenterpy) [![Python versions](https://img.shields.io/pypi/pyversions/msgcenterpy.svg)](https://pypi.org/project/msgcenterpy/) +[![PyPI downloads](https://img.shields.io/pypi/dm/msgcenterpy.svg)](https://pypi.org/project/msgcenterpy/) [![Build Status](https://github.com/ZGCA-Forge/MsgCenterPy/actions/workflows/ci.yml/badge.svg)](https://github.com/ZGCA-Forge/MsgCenterPy/actions) [![Documentation](https://img.shields.io/badge/docs-GitHub%20Pages-brightgreen)](https://zgca-forge.github.io/MsgCenterPy/) @@ -59,7 +60,25 @@ Please visit: [https://zgca-forge.github.io/MsgCenterPy/](https://zgca-forge.git ## Development -### Development Environment Setup +### Quick Development Setup + +For **Linux/macOS**: + +```bash +git clone https://github.com/ZGCA-Forge/MsgCenterPy.git +cd MsgCenterPy +./scripts/setup-dev.sh +``` + +For **Windows**: + +```powershell +git clone https://github.com/ZGCA-Forge/MsgCenterPy.git +cd MsgCenterPy +.\scripts\setup-dev.ps1 +``` + +### Manual Development Setup ```bash git clone https://github.com/ZGCA-Forge/MsgCenterPy.git @@ -70,6 +89,10 @@ pre-commit install For API documentation, please refer to Quick Start +## Star History + +[![Star History Chart](https://api.star-history.com/svg?repos=ZGCA-Forge/MsgCenterPy&type=Date)](https://star-history.com/#ZGCA-Forge/MsgCenterPy&Date) + ## License This project is licensed under Apache-2.0 License - see the [LICENSE](LICENSE) file for details.