安装

最新稳定版本可在 PyPI 中获取,并可以通过以下命令安装:pip

$ python3 -m pip install PyMySQL

要使用 “sha256_password” 或 “caching_sha2_password” 进行身份验证,您需要安装额外的依赖项

$ python3 -m pip install PyMySQL[rsa]

要求

  • Python – 以下之一

  • MySQL Server – 以下之一