source: chapter08/wheel.xml

trunk
Last change on this file was 7152faa, checked in by Pierre Labastie <pierre.labastie@…>, 3 months ago

Change all xml files to utf-8 encoding

  • Property mode set to 100644
File size: 2.5 KB
RevLine 
[7152faa]1<?xml version="1.0" encoding="UTF-8"?>
[5a2aca5]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="ch-system-wheel" role="wrap">
9 <?dbhtml filename="wheel.html"?>
10
11 <sect1info condition="script">
12 <productname>wheel</productname>
13 <productnumber>&wheel-version;</productnumber>
14 <address>&wheel-url;</address>
15 </sect1info>
16
[4b51d83b]17 <title>Wheel-&wheel-version;</title>
[5a2aca5]18
19 <indexterm zone="ch-system-wheel">
20 <primary sortas="a-wheel">wheel</primary>
21 </indexterm>
22
23 <sect2 role="package">
24 <title/>
25
[ee16e55]26 <para>Wheel is a Python library that is the reference
[5a2aca5]27 implementation of the Python wheel packaging standard.</para>
28
29 <segmentedlist>
30 <segtitle>&buildtime;</segtitle>
31 <segtitle>&diskspace;</segtitle>
32 <seglistitem>
33 <seg>&wheel-fin-sbu;</seg>
34 <seg>&wheel-fin-du;</seg>
35 </seglistitem>
36 </segmentedlist>
37
38 </sect2>
39
40 <sect2 role="installation">
41 <title>Installation of Wheel</title>
42
[d988306]43 <para>Compile Wheel with the following command:</para>
[e3187f4]44
[1b80763]45<screen><userinput remap="make">pip3 wheel -w dist --no-cache-dir --no-build-isolation --no-deps $PWD</userinput></screen>
[e3187f4]46
[d988306]47 <para>Install Wheel with the following command:</para>
[5a2aca5]48
[e3187f4]49<screen><userinput remap="install">pip3 install --no-index --find-links=dist wheel</userinput></screen>
[5a2aca5]50
51 </sect2>
52
53 <sect2 id="contents-wheel" role="content">
54 <title>Contents of Wheel</title>
55
56 <segmentedlist>
[ee16e55]57 <segtitle>Installed program</segtitle>
[3094b8c]58 <segtitle>Installed directories</segtitle>
[5a2aca5]59
60 <seglistitem>
[ee16e55]61 <seg>wheel</seg>
[3094b8c]62 <seg>
63 /usr/lib/python&python-minor;/site-packages/wheel and
[e3187f4]64 /usr/lib/python&python-minor;/site-packages/wheel-&wheel-version;.dist-info
[3094b8c]65 </seg>
[5a2aca5]66 </seglistitem>
67 </segmentedlist>
68
[ee16e55]69 <variablelist>
70 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
71 <?dbfo list-presentation="list"?>
72 <?dbhtml list-presentation="table"?>
73
74 <varlistentry id="wheel-wheel">
75 <term><command>wheel</command></term>
76 <listitem>
77 <para>
[a3ebe8a]78 is a utility to unpack, pack, or convert wheel archives
[ee16e55]79 </para>
80 <indexterm zone="ch-system-wheel">
81 <primary sortas="b-wheel">wheel</primary>
82 </indexterm>
83 </listitem>
84 </varlistentry>
85 </variablelist>
86
[5a2aca5]87 </sect2>
88
89</sect1>
90
Note: See TracBrowser for help on using the repository browser.