Windows下PyMySQL的安装

Windows下PyMySQL的安装

Windows下PyMySQL的安装

环境:Win10 + Python3.5.2

一.在安装pip前,请确认win系统中已经安装好了python,和easy_install工具,如果系统安装成功,easy_install在Python安装目录下的Scripts 下面

Windows下PyMySQL的安装

二.进入命令行,然后把目录切换到python的安装目录下的Script文件夹下,运行 easy_inatall pip。

Windows下PyMySQL的安装

三.pip安装成功后,在cmd下执行pip,将会有如下提示。

Windows下PyMySQL的安装

四.安装完成后,执行 pip install PyMySQL命令即可

原文地址http://www.bieryun.com/3676.html