source: chapter08/wheel.xml@ e354e58

11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 bdubbs/gcc13 multilib renodr/libudev-from-systemd trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/update-glibc
Last change on this file since e354e58 was 3094b8c, checked in by Bruce Dubbs <bdubbs@…>, 21 months ago

Tweak pip3 instructions

  • Property mode set to 100644
File size: 3.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
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
17 <title>Wheel-&wheel-version;</title>
18
19 <indexterm zone="ch-system-wheel">
20 <primary sortas="a-wheel">wheel</primary>
21 </indexterm>
22
23 <sect2 role="package">
24 <title/>
25
26 <para>Wheel is a Python library that is the reference
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
43 <para>Install wheel with the following command:</para>
44
45<screen><userinput remap="install">pip3 install --no-index $PWD</userinput></screen>
46
47 <variablelist>
48 <title>The meaning of the pip3 options:</title>
49
50 <varlistentry>
51 <term><command>install</command></term>
52 <listitem>
53 <para>Install the package.</para>
54 </listitem>
55 </varlistentry>
56
57 <varlistentry>
58 <term><parameter>--no-index</parameter></term>
59 <listitem>
60 <para>Prevent pip from fetching files from the online package
61 repository (PyPI). If packages are installed in the correct order,
62 then it won't need to fetch any files in the first place, but this
63 option adds some safety in case of user error.</para>
64 </listitem>
65 </varlistentry>
66
67 <varlistentry>
68 <term><parameter>$PWD</parameter></term>
69 <listitem>
70 <para>Look for files to install in the current working directory.</para>
71 </listitem>
72 </varlistentry>
73
74 </variablelist>
75
76 </sect2>
77
78 <sect2 id="contents-wheel" role="content">
79 <title>Contents of Wheel</title>
80
81 <segmentedlist>
82 <segtitle>Installed program</segtitle>
83 <segtitle>Installed directories</segtitle>
84
85 <seglistitem>
86 <seg>wheel</seg>
87 <seg>
88 /usr/lib/python&python-minor;/site-packages/wheel and
89 /usr/lib/python&python-minor;/site-packages/wheel-0.37.1-py3.10.egg-info
90 </seg>
91 </seglistitem>
92 </segmentedlist>
93
94 <variablelist>
95 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
96 <?dbfo list-presentation="list"?>
97 <?dbhtml list-presentation="table"?>
98
99 <varlistentry id="wheel-wheel">
100 <term><command>wheel</command></term>
101 <listitem>
102 <para>
103 is an utility to unpack, pack, or convert wheel packages
104 </para>
105 <indexterm zone="ch-system-wheel">
106 <primary sortas="b-wheel">wheel</primary>
107 </indexterm>
108 </listitem>
109 </varlistentry>
110 </variablelist>
111
112 </sect2>
113
114</sect1>
115
Note: See TracBrowser for help on using the repository browser.