We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8b7eb0 commit e197df0Copy full SHA for e197df0
2 files changed
Doc/distutils/introduction.rst
@@ -84,8 +84,8 @@ terminal::
84
85
python setup.py sdist
86
87
-For Windows, open a command prompt windows ("DOS box") and change the command
88
-to::
+For Windows, open a command prompt window (:menuselection:`Start -->
+Accessories`) and change the command to::
89
90
setup.py sdist
91
Doc/install/index.rst
@@ -144,7 +144,7 @@ archive file to :file:`C:\\Temp`, then it would unpack into
144
:file:`C:\\Temp\\foo-1.0`; you can use either a archive manipulator with a
145
graphical user interface (such as WinZip) or a command-line tool (such as
146
:program:`unzip` or :program:`pkunzip`) to unpack the archive. Then, open a
147
-command prompt window ("DOS box"), and run::
+command prompt window (:menuselection:`Start --> Accessories`) and run::
148
149
cd c:\Temp\foo-1.0
150
python setup.py install
0 commit comments