diff options
author | Fred Drake <fdrake@acm.org> | 2001-07-14 02:14:42 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-07-14 02:14:42 (GMT) |
commit | 17f690f96b328b810c2df9a8840bdd3171b5ee50 (patch) | |
tree | ad61a9cffe4df39d71d37e01124915c3b46b8902 /Doc/inst | |
parent | 6e5e1d924cb58be4b1922f0087e3528517f161c1 (diff) | |
download | cpython-17f690f96b328b810c2df9a8840bdd3171b5ee50.zip cpython-17f690f96b328b810c2df9a8840bdd3171b5ee50.tar.gz cpython-17f690f96b328b810c2df9a8840bdd3171b5ee50.tar.bz2 |
Minor changes to match the style guide.
Diffstat (limited to 'Doc/inst')
-rw-r--r-- | Doc/inst/inst.tex | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Doc/inst/inst.tex b/Doc/inst/inst.tex index 89a4e3a..0037877 100644 --- a/Doc/inst/inst.tex +++ b/Doc/inst/inst.tex @@ -20,7 +20,7 @@ % and Feeding of a Python Installation" talk in here somewhere. Yow! \author{Greg Ward} -\authoraddress{E-mail: \email{gward@python.net}} +\authoraddress{Email: \email{gward@python.net}} \makeindex @@ -198,10 +198,10 @@ python setup.py install On Windows, you'd probably download \file{foo-1.0.zip}. If you downloaded the archive file to \file{C:\textbackslash{}Temp}, then it would unpack into \file{C:\textbackslash{}Temp\textbackslash{}foo-1.0}; -you can use either a GUI archive manipulator (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: +you can use either a archive manipulator with a grapical 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: \begin{verbatim} cd c:\Temp\foo-1.0 @@ -442,7 +442,7 @@ Borland \Cpp{} compiler version 5.5.\footnote{Check First you have to know that the Borland's object file format(OMF) is different from what is used by the Python version you can download -from the Python web site. (Python is built with Microsoft Visual \Cpp, +from the Python Web site. (Python is built with Microsoft Visual \Cpp, which uses COFF as object file format.) For this reason you have to convert Python's library \file{python20.lib} into the Borland format. You can do this as follows: |