mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
46 lines
1.3 KiB
XML
46 lines
1.3 KiB
XML
<?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" [
|
|
<!ENTITY % general-entities SYSTEM "../general.ent">
|
|
%general-entities;
|
|
]>
|
|
|
|
<sect3 role="commands">
|
|
<title>Command Explanations</title>
|
|
|
|
<para>
|
|
<parameter>-w dist</parameter>: builds the appropriate
|
|
"wheel" for this module in the directory
|
|
<filename class="directory">dist</filename>.
|
|
</para>
|
|
|
|
<para>
|
|
<parameter>--no-build-isolation</parameter>: tells pip3 to run the
|
|
build in the system environment instead of creating a temporary
|
|
build environment.
|
|
</para>
|
|
|
|
<para>
|
|
<parameter>--no-deps</parameter>: prevents pip3 from building wheels for
|
|
the project's dependencies.
|
|
</para>
|
|
|
|
<para>
|
|
<parameter>--no-index</parameter>: ignores the package index
|
|
(only looking at --find-links URLs instead).
|
|
</para>
|
|
|
|
<para>
|
|
<parameter>--find-links dist</parameter>: looks for links to archives
|
|
such as wheel (.whl) files in the directory
|
|
<filename class="directory">dist</filename>.
|
|
</para>
|
|
|
|
<para>
|
|
<parameter>--no-cache-dir</parameter>: diables the cache to prevent
|
|
a warning when installing as the &root; user.
|
|
</para>
|
|
|
|
</sect3>
|
|
|