安装指南¶ 从 PyPI 安装¶ pip install asmysql 从源码安装¶ git clone https://github.com/vastxiao/asmysql.git cd asmysql pip install . 依赖要求¶ Python >= 3.9 aiomysql[rsa] >= 0.3.2 验证安装¶ 安装完成后,可以通尝试导入主要类验证安装成功: from asmysql import Engine, AsMysql print("安装成功!") Was this page helpful? / 这个页面有帮助吗? Thanks for your feedback! / 感谢您的反馈! Thanks for your feedback! Help us improve this page by using our feedback form. / 感谢您的反馈!请通过我们的反馈表单帮助我们改进这个页面。