Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a2d2618

Browse files
committed
Fix instance I missed in 59f7bbe1236c (#1626300)
1 parent 43a7ee1 commit a2d2618

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/install/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ one command from a terminal::
101101

102102
python setup.py install
103103

104-
For Windows, this command should be run from a command prompt windows ("DOS
105-
box")::
104+
For Windows, this command should be run from a command prompt windows
105+
(:menuselection:`Start --> Accessories`)::
106106

107107
setup.py install
108108

@@ -144,7 +144,7 @@ archive file to :file:`C:\\Temp`, then it would unpack into
144144
:file:`C:\\Temp\\foo-1.0`; you can use either a archive manipulator with a
145145
graphical user interface (such as WinZip) or a command-line tool (such as
146146
:program:`unzip` or :program:`pkunzip`) to unpack the archive. Then, open a
147-
command prompt window (:menuselection:`Start --> Accessories`) and run::
147+
command prompt window and run::
148148

149149
cd c:\Temp\foo-1.0
150150
python setup.py install

0 commit comments

Comments
 (0)