mbcp/docs/zh/guide/index.md
2024-09-03 22:29:26 +08:00

10 lines
162 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 快速开始
> [!tip]
> 建议把你项目所使用的Python换成PyPy这样可以提高性能(兼容性优先)
## 安装
```shell
pip install mbcp
```