mirror of
https://github.com/ZGCA-Forge/MsgCenterPy.git
synced 2025-12-14 04:54:43 +00:00
添加 PyPI 下载量徽章并格式化文档
This commit is contained in:
25
README.md
25
README.md
@@ -4,6 +4,7 @@
|
||||
|
||||
[](https://badge.fury.io/py/msgcenterpy)
|
||||
[](https://pypi.org/project/msgcenterpy/)
|
||||
[](https://pypi.org/project/msgcenterpy/)
|
||||
[](https://github.com/ZGCA-Forge/MsgCenterPy/actions)
|
||||
[](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
|
||||
|
||||
[](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.
|
||||
|
||||
Reference in New Issue
Block a user