Boston Python Workshop/Friday handout/Windows: Difference between revisions

imported>Paulproteus
imported>Paulproteus
Line 17:
== Install Python ==
* Go to http://python.org/download/ and download the latest version of Python ''2.7'' (2.7.1 at the time of writing).
 
* Test your Python install in the command prompt using the "-v" version flag:
 
\python27\python.exe -v
 
You should see something like
<pre>
Python 2.7.1 (r271:86832, ...) on win32
Python mumble mumble
Type "help", "copyright", "credits" or "license" for more information.
>>>
</pre>
 
* Type
 
exit()
 
and press Enter, and you are back to the command prompt.
 
== Install Git for Windows ==
Anonymous user