Clarified the text in the Python instructions about requiring the HTML documentation

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7549 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2008-08-11 20:14:07 +00:00
parent 65bea2a562
commit 8cebf004d3

View File

@ -118,10 +118,11 @@ make</userinput></screen>
preformatted documentation from
<ulink url="http://docs.python.org/download.html"/>.</para>
<para>In order to use the <command>help ('module_name')</command> feature
of the <command>python</command> interpreter, you must download (or create)
the optional HTML documentation and install it. If you downloaded the HTML
docs, issue the following commands as the
<para>In order to use the <command>help ('name_string')</command> feature
of the <command>python</command> interpreter with some statements and
keywords, you must download (or create) the optional HTML documentation
and install it. If you downloaded the HTML docs, issue the following
commands as the
<systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/Python-&Python-version;/html &amp;&amp;