]> granicus.if.org Git - python/commitdiff
Remove obsolete term + indicate how to find the program (#1626300).
authorÉric Araujo <merwok@netwok.org>
Fri, 19 Aug 2011 07:29:56 +0000 (09:29 +0200)
committerÉric Araujo <merwok@netwok.org>
Fri, 19 Aug 2011 07:29:56 +0000 (09:29 +0200)
Suggested by Terry J. Reedy.

Doc/distutils/introduction.rst
Doc/install/index.rst

index 2d5dbc727b5395b5da806efad68d8aaebbfd5958..fc6184fa5750048c8d589d497391ede8300426e2 100644 (file)
@@ -84,8 +84,8 @@ terminal::
 
    python setup.py sdist
 
-For Windows, open a command prompt windows ("DOS box") and change the command
-to::
+For Windows, open a command prompt windows (:menuselection:`Start -->
+Accessories`) and change the command to::
 
    setup.py sdist
 
index d4198bc23721dd8e6e22a7a3154446278e637efa..abce88d4565f27e8c394579b1c0bd418c3e4bd16 100644 (file)
@@ -101,8 +101,8 @@ one command from a terminal::
 
    python setup.py install
 
-For Windows, this command should be run from a command prompt windows ("DOS
-box")::
+For Windows, this command should be run from a command prompt window
+(:menuselection:`Start --> Accessories`)::
 
    setup.py install
 
@@ -144,7 +144,7 @@ archive file to :file:`C:\\Temp`, then it would unpack into
 :file:`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
 :program:`unzip` or :program:`pkunzip`) to unpack the archive.  Then, open a
-command prompt window ("DOS box"), and run::
+command prompt window and run::
 
    cd c:\Temp\foo-1.0
    python setup.py install