Difference between revisions of "Installing Python on Windows"
From MyWiki
(Created page with "Ref - http://michaelelgart.com/installing-python-2-7-pip-mysql-python-on-windows-7/") |
|||
Line 1: | Line 1: | ||
− | Ref - http://michaelelgart.com/installing-python-2-7-pip-mysql-python-on-windows-7/ | + | Ref - http://michaelelgart.com/installing-python-2-7-pip-mysql-python-on-windows-7/<br> |
+ | from python.org download python-2.7.11.amd64.msi and install <br> | ||
+ | navigate to the scripts folder<br> | ||
+ | easy_install.exe pip<br> | ||
+ | pip install wheel<br> | ||
+ | pip install MySQL_python-1.2.5-cp27-none-win_amd64.whl<br> |
Latest revision as of 16:07, 15 June 2016
Ref - http://michaelelgart.com/installing-python-2-7-pip-mysql-python-on-windows-7/
from python.org download python-2.7.11.amd64.msi and install
navigate to the scripts folder
easy_install.exe pip
pip install wheel
pip install MySQL_python-1.2.5-cp27-none-win_amd64.whl