Changeset d31adba2


Ignore:
Timestamp:
04/20/2022 02:09:04 AM (2 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
aa847e3
Parents:
62dc76c
Message:

Update build instructions for python module docutils

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/docutils.xml

    r62dc76c rd31adba2  
    9191      </para>
    9292
    93 <screen><userinput>python3 setup.py build</userinput></screen>
     93<screen><userinput>pip3 wheel -w dist --no-build-isolation --no-deps $PWD</userinput></screen>
    9494
    9595      <para>
    9696        To install the <application>Python</application> applications
    97         run the following as the
    98         <systemitem class="username">root</systemitem> user:
     97        run the following as the &root; user:
    9998      </para>
    10099
    101 <screen role="root"><userinput>python3 setup.py install --optimize=1 &amp;&amp;
     100<screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir docutils &amp;&amp;
    102101
    103102for f in /usr/bin/rst*.py; do
     
    106105
    107106    </sect3>
     107
     108    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     109      href="../../xincludes/pip3-cmd-explain.xml"/>
    108110
    109111    <sect3 role="content">
     
    125127          </seg>
    126128          <seg>
    127             /usr/lib/python&python3-majorver;/site-packages/docutils
     129            /usr/lib/python&python3-majorver;/site-packages/docutils{,-&docutils-version;.dist-info}
    128130          </seg>
    129131        </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.