<div dir="ltr">In the line right above the section<div><a href="http://docs.python.org/2/install/index.html#splitting-the-job-up">http://docs.python.org/2/install/index.html#splitting-the-job-up</a><br></div><div>it is stated that on windows one should use</div>
<div><pre style="padding:5px;background-color:rgb(238,255,204);color:rgb(51,51,51);line-height:15px;border-top-width:1px;border-bottom-width:1px;border-style:solid none;border-top-color:rgb(170,204,153);border-bottom-color:rgb(170,204,153)">
python setup.py install</pre></div><div>whereas in the earlier section</div><div><a href="http://docs.python.org/2/install/index.html#the-new-standard-distutils">http://docs.python.org/2/install/index.html#the-new-standard-distutils</a><br>
</div><div>it was stated that for windows this command should be</div><div><pre style="padding:5px;background-color:rgb(238,255,204);color:rgb(51,51,51);line-height:15px;border-top-width:1px;border-bottom-width:1px;border-style:solid none;border-top-color:rgb(170,204,153);border-bottom-color:rgb(170,204,153)">
setup.py install</pre></div><div>Thanks for the great docs on <a href="http://python.org">python.org</a>!</div><div><br></div><div><br></div></div>