[docs] Error in "Installing Python Modules"
Adam Siembida
adam.siembida at gmail.com
Mon Jan 30 18:38:31 CET 2012
On the web page:
http://docs.python.org/install/index.html
Under:
Installing Python Modules > Platform Variations
It says:
------------------------------------------------
On Windows, you’d probably download foo-1.0.zip. If you downloaded the
archive file to C:\Temp, then it would unpack into C:\Temp\foo-1.0; you can
use either a archive manipulator with a graphical user interface (such as
WinZip) or a command-line tool (such as unzip or pkunzip) to unpack the
archive. Then, open a command prompt window and run:
cd c:\Temp\foo-1.0
python setup.py install
------------------------------------------------
It should say:
setup.py install
instead of:
python setup.py install
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/docs/attachments/20120130/e0f90d26/attachment.html>
More information about the docs
mailing list