summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/distutils/introduction.rst4
-rw-r--r--Doc/install/index.rst2
2 files changed, 3 insertions, 3 deletions
diff --git a/Doc/distutils/introduction.rst b/Doc/distutils/introduction.rst
index 57d34a4..0ece646 100644
--- a/Doc/distutils/introduction.rst
+++ b/Doc/distutils/introduction.rst
@@ -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 window (:menuselection:`Start -->
+Accessories`) and change the command to::
setup.py sdist
diff --git a/Doc/install/index.rst b/Doc/install/index.rst
index 171ef98..9112c0f 100644
--- a/Doc/install/index.rst
+++ b/Doc/install/index.rst
@@ -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 (:menuselection:`Start --> Accessories`) and run::
cd c:\Temp\foo-1.0
python setup.py install