Install pymysql on Windows PC » History » Version 2
Anchi Cheng, 12/09/2021 05:46 PM
1 | 1 | Anchi Cheng | h1. Install pymysql on Windows PC |
---|---|---|---|
2 | |||
3 | 2 | Anchi Cheng | Windows installation on Windows PC is installed from a local download with pip |
4 | 1 | Anchi Cheng | |
5 | h2. Downloads |
||
6 | |||
7 | |package|version that works for python2.7|File available at this site for convenience| |
||
8 | |pymysql|1.0.2|PyMySQL-0.10.1-py2.py3-none-any.whl| |
||
9 | |||
10 | Let's say that the wheel file for pymysql is at D:\PyMySQL-0.10.1-py2.py3-none-any.whl |
||
11 | In the Windows power shell |
||
12 | <pre> |
||
13 | C:\Python27\Scripts\pip.exe install D:\PyMySQL-0.10.1-py2.py3-none-any.whl |
||
14 | </pre> |
||
15 | |||
16 | h2. testing |
||
17 | |||
18 | Start python command line interface and import pymysql |