我是一个python新手刚才使用python写邮件发送代码的时候想着需要连接数据库, 下面的安装步骤

python -m pip install pymysql


PS C:\Users\hp> python -m pip install pymysql
Collecting pymysql
  Downloading PyMySQL-0.8.0-py2.py3-none-any.whl (83kB)
    100% |████████████████████████████████| 92kB 24kB/s
Installing collected packages: pymysql
Successfully installed pymysql-0.8.0
PS C:\Users\hp> python --version
Python 3.6.2

  

相关文章:

  • 2022-12-23
  • 2021-10-03
猜你喜欢
  • 2022-02-08
  • 2022-02-08
  • 2021-10-26
  • 2022-12-23
  • 2021-04-21
  • 2021-07-19
相关资源
相似解决方案