source: xincludes/pip3-cmd-explain.xml@ d0c81354

11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/soup3 xry111/xf86-video-removal
Last change on this file since d0c81354 was d0c81354, checked in by Bruce Dubbs <bdubbs@…>, 2 years ago

Tweak perl module six and aux files
Remove python2 remnants from six and make som minor text changes.
Remove legacy elements from lfs-xsl stylesheet.
Minor text change in pip3 xinclude file.

  • Property mode set to 100644
File size: 1.0 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE note PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" >
4
5 <sect3 role="commands">
6 <title>Command Explanations</title>
7
8 <para>
9 <option>-w dist</option>: builds the appropriate
10 "wheel" for this module in the directory
11 <filename class="directory">dist</filename>.
12 </para>
13
14 <para>
15 <option>--no-build-isolation</option>: tells pip3 to run the
16 build in the system environment instead of creating a temporary
17 build environment.
18 </para>
19
20 <para>
21 <option>--no-deps</option>: prevents pip3 from building wheels for
22 the project's dependencies.
23 </para>
24
25 <para>
26 <option>--no-index</option>: ignores the package index
27 (only looking at --find-links URLs instead).
28 </para>
29
30 <para>
31 <option>--find-links dest</option>: looks for links to archives
32 such as wheel (.whl) files in the directory
33 <filename class="directory">dist</filename>.
34 </para>
35
36 </sect3>
37
Note: See TracBrowser for help on using the repository browser.