Ignore:
File:
1 edited

Legend:

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

    r141ee0a5 r3f2db3a6  
    99  <?dbhtml filename="python-modules.html" ?>
    1010
    11   <sect1info>
    12     <date>$Date$</date>
    13   </sect1info>
    1411
    1512  <title>Python Modules</title>
     
    2825    </para>
    2926
     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
    3049    <itemizedlist spacing="compact">
    3150      <listitem>
     
    3655      <listitem>
    3756        <para>
     57          <xref linkend="cython"/>
     58        </para>
     59      </listitem>
     60      <listitem>
     61        <para>
    3862          <xref linkend="dbus-python"/>
    3963        </para>
     
    127151        </para>
    128152      </listitem>
    129       <listitem>
     153      <listitem revision="sysv">
    130154        <para>
    131155          <xref linkend="MarkupSafe"/>
    132156        </para>
    133157      </listitem>
    134       <listitem>
     158      <listitem revision="sysv">
    135159        <para>
    136160          <xref linkend="Jinja2"/>
     
    170194
    171195  <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"
    172199    href="dbus-python.xml"/>
    173200
Note: See TracChangeset for help on using the changeset viewer.