首页 > 代码库 > 在windows下MySQL-python的安装

在windows下MySQL-python的安装

安装MySQL-python
下载文件PyMySQL-0.7.11.tar.gz 解压到任意目录

https://pypi.python.org/pypi/PyMySQL

然后在cmd命令行行下进行安装;
C:\...> python setup.py install
C:\...> python setup.py bdist_wininst

在windows下MySQL-python的安装