Changeset c8a0d6c0


Ignore:
Timestamp:
04/20/2022 02:55:14 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:
00b0be00
Parents:
3d8324c4
Message:

Update build instructions for pygments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/pygments.xml

    r3d8324c4 rc8a0d6c0  
    7777
    7878      <para>
    79         Build and install the <application>Python 3</application> module
    80         by running the following commands as the <systemitem
    81         class="username">root</systemitem> user:
     79        Build the <application>Python 3</application> module:
    8280      </para>
    8381
    84 <screen role="root"><userinput>python3 setup.py install --optimize=1</userinput></screen>
     82<screen><userinput>pip3 wheel -w dist --no-build-isolation --no-deps $PWD</userinput></screen>
     83
     84      <para>
     85        To install the package run the following as the &root; user:
     86      </para>
     87
     88<screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir Pygments</userinput></screen>
    8589
    8690    </sect3>
     
    102106           </seg>
    103107          <seg>
    104             /usr/lib/python&python3-majorver;/site-packages/Pygments-&pygments-version;-py&python3-majorver;.egg
     108            /usr/lib/python&python3-majorver;/site-packages/pygments amd
     109            /usr/lib/python&python3-majorver;/site-packages/Pygments-&pygments-version;.dist-info
    105110          </seg>
    106111        </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.