Changeset 1ba50fe
- Timestamp:
- 08/22/2021 05:07:53 AM (2 years ago)
- Branches:
- 11.0, 11.1, 11.2, 11.3, 12.0, kea, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/python-mods, qt5new, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 8394f7d1
- Parents:
- 890456e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/pyyaml.xml
r890456e r1ba50fe 85 85 <sect3 role="installation"> 86 86 <title>Installation of PyYAML</title> 87 88 <note>89 <para>90 Both <application>Python 2</application> and91 <application>Python 3</application> modules can92 be built and installed without any conflicts.93 </para>94 </note>95 96 87 <!-- Editors note: Use - -root= instead of DESTDIR= when updating. --> 97 88 98 89 <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: 102 91 </para> 103 92 104 <screen><userinput>python2 setup.py build && 105 python3 setup.py build</userinput></screen> 93 <screen><userinput>python3 setup.py build</userinput></screen> 106 94 107 95 <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: 110 97 </para> 111 98 112 <screen role="root"><userinput>python2 setup.py install --optimize=1 && 113 python3 setup.py install --optimize=1</userinput></screen> 99 <screen role="root"><userinput>python3 setup.py install --optimize=1</userinput></screen> 114 100 115 101 </sect3>
Note:
See TracChangeset
for help on using the changeset viewer.