Difference between revisions of "Python installation"
From ACL@NCU
Line 8: | Line 8: | ||
==Steps to follow== | ==Steps to follow== | ||
*Double click on the downloaded python-2.7-14.msi program. | |||
*Open a command window and change directory to where you saved get-pip.py | |||
<pre> | <pre> | ||
cd c:\temp | cd c:\temp | ||
</pre> | </pre> | ||
*execute get-pip.py | |||
<pre> | <pre> | ||
python get-pip.py | python get-pip.py | ||
</pre> | |||
*execute the install_python.bat script | |||
<pre> | |||
install_python.bat | |||
</pre> | </pre> |
Revision as of 00:41, 28 February 2018
Installing Python on your Windows laptop
Files to download (from the Google Classroom "course materials" area)
- create a folder c:\temp, save the following files to this folder
- Python 2.7.14 (win 32-bit)
- get-pip.py
- install_python.bat
- sq.py
Steps to follow
- Double click on the downloaded python-2.7-14.msi program.
- Open a command window and change directory to where you saved get-pip.py
cd c:\temp
- execute get-pip.py
python get-pip.py
- execute the install_python.bat script
install_python.bat