Changeset 2543311c


Ignore:
Timestamp:
04/20/2022 04:08:21 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:
b398b3f
Parents:
fa76823d
Message:

Update instructions for makerupsafe

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/markupsafe.xml

    rfa76823d r2543311c  
    8686      </para>
    8787
    88 <screen><userinput>python3 setup.py build</userinput></screen>
     88<screen><userinput>pip3 wheel -w dist --no-build-isolation --no-deps $PWD</userinput></screen>
    8989
    9090      <para>
    91         Then, as the <systemitem class="username">root</systemitem> user:
     91        Then, as the &root; user:
    9292      </para>
    9393
    94 <!-- Editors note: Use - -root= instead of DESTDIR= when updating. -->
    95 <screen role="root"><userinput>python3 setup.py install --optimize=1</userinput></screen>
     94<screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir markupsafe</userinput></screen>
    9695
    9796    </sect3>
     97
     98    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     99      href="../../xincludes/pip3-cmd-explain.xml"/>
    98100
    99101    <sect3 role="content">
     
    113115          </seg>
    114116          <seg>
    115             /usr/lib/python&python3-majorver;/site-packages/markupsafe and
    116             /usr/lib/python&python3-majorver;/site-packages/MarkupSafe-&MarkupSafe-version;-py&python3-majorver;.egg-info
     117
     118            /usr/lib/python&python3-majorver;/site-packages/markupSafe amd
     119            /usr/lib/python&python3-majorver;/site-packages/MarkupSafe-&MarkupSafe-version;.dist-info
    117120          </seg>
    118121        </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.