Installation Guide¶ Install from PyPI¶ pip install asmysql Install from Source¶ git clone https://github.com/vastxiao/asmysql.git cd asmysql pip install . Requirements¶ Python >= 3.9 aiomysql[rsa] >= 0.3.2 Verify Installation¶ After installation, you can verify the installation by trying to import the main classes: from asmysql import Engine, AsMysql print("Installation successful!") Was this page helpful? / 这个页面有帮助吗? Thanks for your feedback! / 感谢您的反馈! Thanks for your feedback! Help us improve this page by using our feedback form. / 感谢您的反馈!请通过我们的反馈表单帮助我们改进这个页面。