Actions
Install pymysql on Windows PC » History » Revision 3
« Previous |
Revision 3/4
(diff)
| Next »
Anchi Cheng, 03/29/2022 12:06 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 | 0.10.1 | 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 over 2 years ago · 3 revisions