From 5a2aca56267b238d44b538bd3e5d71d86e1335b3 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sun, 17 Apr 2022 19:04:53 -0500 Subject: Add wheel.xml --- chapter08/wheel.xml | 95 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 chapter08/wheel.xml (limited to 'chapter08/wheel.xml') diff --git a/chapter08/wheel.xml b/chapter08/wheel.xml new file mode 100644 index 000000000..78fa94fd8 --- /dev/null +++ b/chapter08/wheel.xml @@ -0,0 +1,95 @@ + + + %general-entities; +]> + + + + + + wheel + &wheel-version; +
&wheel-url;
+
+ + wheel-&wheel-version; + + + wheel + + + + + + <para>Wheel is a Python library that implements the reference + implementation of the Python wheel packaging standard.</para> + + <segmentedlist> + <segtitle>&buildtime;</segtitle> + <segtitle>&diskspace;</segtitle> + <seglistitem> + <seg>&wheel-fin-sbu;</seg> + <seg>&wheel-fin-du;</seg> + </seglistitem> + </segmentedlist> + + </sect2> + + <sect2 role="installation"> + <title>Installation of Wheel + + Install wheel with the following command: + +pip3 install --no-index $PWD + + + The meaning of the pip3 options: + + + install + + Install the package + + + + + --no-index + + Prevent pip from fetching files from the online package + repository (PyPI). If packages are installed in the correct order, + then it won't need to fetch any files in the first place, but this + option adds some safety in case of user error. + + + + + $PWD + + Look for files to install in the current working directory. + + + + + + + + + Contents of Wheel + + + Installed module + Installed directory + + + wheel.py + /usr/lib/python&python-minor;/site-packages/wheel + + + + + + +
+ -- cgit v1.2.3-54-g00ecf