Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/pygments.xml

    r3166e3c r6304cd5  
    88           "https://files.pythonhosted.org/packages/source/P/Pygments/Pygments-&pygments-version;.tar.gz">
    99  <!ENTITY pygments-download-ftp " ">
    10   <!ENTITY pygments-md5sum        "87369a4e15019caf9cf056ab2c5858b3">
    11   <!ENTITY pygments-size          "3.9 MB">
    12   <!ENTITY pygments-buildsize     "54 MB">
     10  <!ENTITY pygments-md5sum        "447be4afb076c8325a7dc659aff5b931">
     11  <!ENTITY pygments-size          "4.2 MB">
     12  <!ENTITY pygments-buildsize     "51 MB">
    1313  <!ENTITY pygments-time          "less than 0.1 SBU">
    1414]>
     
    3232      </para>
    3333
    34       &lfs110a_checked;
     34      &lfs112_checked;
    3535
    3636      <bridgehead renderas="sect4">Package Information</bridgehead>
     
    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 --no-user Pygments</userinput></screen>
    8589
    8690    </sect3>
     91
     92    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     93      href="../../xincludes/pip3-cmd-explain.xml"/>
    8794
    8895    <sect3 role="content">
     
    102109           </seg>
    103110          <seg>
    104             /usr/lib/python&python3-majorver;/site-packages/Pygments-&pygments-version;-py&python3-majorver;.egg
     111            /usr/lib/python&python3-majorver;/site-packages/pygments amd
     112            /usr/lib/python&python3-majorver;/site-packages/Pygments-&pygments-version;.dist-info
    105113          </seg>
    106114        </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.