Changeset 1ba50fe


Ignore:
Timestamp:
08/22/2021 05:07:53 AM (3 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.0, 11.1, 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, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
8394f7d1
Parents:
890456e
Message:

Remove python2 instructions for PyYAML

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/pyyaml.xml

    r890456e r1ba50fe  
    8585    <sect3 role="installation">
    8686      <title>Installation of PyYAML</title>
    87 
    88       <note>
    89         <para>
    90           Both <application>Python 2</application> and
    91           <application>Python 3</application> modules can
    92           be built and installed without any conflicts.
    93         </para>
    94       </note>
    95 
    9687<!-- Editors note: Use - -root= instead of DESTDIR= when updating. -->
    9788
    9889      <para>
    99         To build both <application>Python 2</application> and
    100         <application>Python 3</application> modules,
    101         run the following commands:
     90        Install PyYAML with the following commands:
    10291      </para>
    10392
    104 <screen><userinput>python2 setup.py build &amp;&amp;
    105 python3 setup.py build</userinput></screen>
     93<screen><userinput>python3 setup.py build</userinput></screen>
    10694
    10795      <para>
    108         To install both modules, run the following commands as the
    109         <systemitem class="username">root</systemitem> user:
     96        Now, as the <systemitem class="username">root</systemitem> user:
    11097      </para>
    11198
    112 <screen role="root"><userinput>python2 setup.py install --optimize=1 &amp;&amp;
    113 python3 setup.py install --optimize=1</userinput></screen>
     99<screen role="root"><userinput>python3 setup.py install --optimize=1</userinput></screen>
    114100
    115101    </sect3>
Note: See TracChangeset for help on using the changeset viewer.