Commit 0eca21e3 authored by Éric Araujo's avatar Éric Araujo

Remove obsolete term + indicate how to find the program (#1626300).

Suggested by Terry J. Reedy.
parent 97cb1fac
...@@ -84,8 +84,8 @@ terminal:: ...@@ -84,8 +84,8 @@ terminal::
python setup.py sdist python setup.py sdist
For Windows, open a command prompt windows ("DOS box") and change the command For Windows, open a command prompt windows (:menuselection:`Start -->
to:: Accessories`) and change the command to::
setup.py sdist setup.py sdist
......
...@@ -101,8 +101,8 @@ one command from a terminal:: ...@@ -101,8 +101,8 @@ one command from a terminal::
python setup.py install python setup.py install
For Windows, this command should be run from a command prompt windows ("DOS For Windows, this command should be run from a command prompt window
box"):: (:menuselection:`Start --> Accessories`)::
setup.py install setup.py install
...@@ -144,7 +144,7 @@ archive file to :file:`C:\\Temp`, then it would unpack into ...@@ -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 :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 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 :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 cd c:\Temp\foo-1.0
python setup.py install python setup.py install
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment