mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Remove obsolete term + indicate how to find the program (#1626300).
Suggested by Terry J. Reedy.
This commit is contained in:
parent
e8b7eb07e1
commit
e197df06fb
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue