mbcp/docs/zh/guide/index.md

10 lines
162 B
Markdown
Raw Normal View History

2024-09-03 22:29:26 +08:00
# 快速开始
2024-08-29 19:00:01 +08:00
2024-09-03 22:29:26 +08:00
> [!tip]
> 建议把你项目所使用的Python换成PyPy这样可以提高性能(兼容性优先)
2024-08-30 14:29:58 +08:00
2024-09-03 22:29:26 +08:00
## 安装
2024-08-30 14:29:58 +08:00
2024-09-03 22:29:26 +08:00
```shell
pip install mbcp
```