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