Actions
Install pymysql on Windows PC » History » Revision 2
« Previous |
Revision 2/4
(diff)
| Next »
Anchi Cheng, 12/09/2021 05:46 PM
Install pymysql on Windows PC¶
Windows installation on Windows PC is installed from a local download with pip
Downloads¶
package | version that works for python2.7 | File available at this site for convenience |
pymysql | 1.0.2 | PyMySQL-0.10.1-py2.py3-none-any.whl |
Let's say that the wheel file for pymysql is at D:\PyMySQL-0.10.1-py2.py3-none-any.whl
In the Windows power shell
C:\Python27\Scripts\pip.exe install D:\PyMySQL-0.10.1-py2.py3-none-any.whl
testing¶
Start python command line interface and import pymysql
Updated by Anchi Cheng almost 3 years ago · 2 revisions