Project

General

Profile

Install pymysql on Windows PC » History » Version 4

Anchi Cheng, 03/29/2022 12:12 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 4 Anchi Cheng
|pymysql|0.10.1|"pyMySQL-0.10.1-py2.py3-none-any.whl":/redmine/attachments/20299/PyMySQL-0.10.1-py2.py3-none-any.whl|
9 1 Anchi Cheng
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