Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python-modules.xml

    r3f2db3a6 r141ee0a5  
    99  <?dbhtml filename="python-modules.html" ?>
    1010
     11  <sect1info>
     12    <date>$Date$</date>
     13  </sect1info>
    1114
    1215  <title>Python Modules</title>
     
    2528    </para>
    2629
    27     <important>
    28       <para>
    29         In BLFS, we normally build and install Python 3 modules with
    30         <command>pip3</command>.  Please take care that the
    31         <command>pip3 install</command> commands in the book should be
    32         run as &root; unless it's for a Python virtual environment.  Running
    33         <command>pip3 install</command> as a non-&root; user may seem to
    34         work fine, but it will cause the installed module to be inaccessible by
    35         other users.
    36       </para>
    37       <para>
    38         <command>pip3 install</command> will not reinstall an already
    39         installed module by default.  For using the
    40         <command>pip3 install</command> command to upgrade a module (for
    41         example, from meson-0.61.3 to meson-0.62.0), insert
    42         <parameter>--upgrade</parameter> into the command line.  If it's really
    43         necessary to downgrade a module or reinstall the same version for
    44         some reason, insert <parameter>--force-reinstall</parameter> into
    45         the command line.
    46       </para>
    47     </important>
    48 
    4930    <itemizedlist spacing="compact">
    5031      <listitem>
     
    5536      <listitem>
    5637        <para>
    57           <xref linkend="cython"/>
    58         </para>
    59       </listitem>
    60       <listitem>
    61         <para>
    6238          <xref linkend="dbus-python"/>
    6339        </para>
     
    151127        </para>
    152128      </listitem>
    153       <listitem revision="sysv">
     129      <listitem>
    154130        <para>
    155131          <xref linkend="MarkupSafe"/>
    156132        </para>
    157133      </listitem>
    158       <listitem revision="sysv">
     134      <listitem>
    159135        <para>
    160136          <xref linkend="Jinja2"/>
     
    194170
    195171  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    196     href="cython.xml"/>
    197 
    198   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    199172    href="dbus-python.xml"/>
    200173
Note: See TracChangeset for help on using the changeset viewer.