aboutsummaryrefslogtreecommitdiffstats
path: root/xincludes
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2022-04-19 16:26:24 -0500
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2022-04-19 16:26:24 -0500
commit3fca94e6d404c50cb0abb27875d7ec41c490d0d2 (patch)
treeb65efc0649c978972b46c88c58eba39de86db9dc /xincludes
parent97c14af256427e665630696d4483e6d9c8a1dad9 (diff)
Update python module six with pip3 based instructions.
Diffstat (limited to 'xincludes')
-rw-r--r--xincludes/pip3-cmd-explain.xml37
1 files changed, 37 insertions, 0 deletions
diff --git a/xincludes/pip3-cmd-explain.xml b/xincludes/pip3-cmd-explain.xml
new file mode 100644
index 0000000000..c495621425
--- /dev/null
+++ b/xincludes/pip3-cmd-explain.xml
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE note PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+ "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" >
+
+ <sect3 role="commands">
+ <title>Command Explanations</title>
+
+ <para>
+ <option>-w dist</option>: builds the appropriate
+ "wheel" for this module in the directory
+ <filename class="directory">dist</filename>.
+ </para>
+
+ <para>
+ <option>--no-build-isolation</option>: tells pip3 to run the
+ build in the system environment instead of creating a temporary
+ build environment.
+ </para>
+
+ <para>
+ <option>--no-deps</option>: prevents pip3 from building wheels for
+ the project's dependencies.
+ </para>
+
+ <para>
+ <option>--no-index</option>: ignores the package index
+ (only looking at --find-links URLs instead).
+ </para>
+
+ <para>
+ <option>--find-links dest</option>: look for links to archives
+ such as wheel (.whl) files in the directory
+ <filename class="directory">dist</filename>.
+ </para>
+
+ </sect3>
+