目录 一、常规安装 1、pip install pymysql 2、pip install pymysql -r 国内的源 二、zip安装包 三、WHL包 四、pycharm pymysql是python操作mysql的三方模块 一、常规安装 1、pip install pymysql 2、pip install pymysql -i 国内的源 国内的源: 清华大学 https://pypi.tuna.tsinghua.edu.cn/simple 阿里云