2022-04-20 05:26:24 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<!DOCTYPE note PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
2022-04-20 08:56:29 +08:00
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
|
|
<!ENTITY % general-entities SYSTEM "../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
]>
|
2022-04-20 05:26:24 +08:00
|
|
|
|
|
|
|
<sect3 role="commands">
|
|
|
|
<title>Command Explanations</title>
|
|
|
|
|
|
|
|
<para>
|
2022-04-20 14:31:46 +08:00
|
|
|
<parameter>-w dist</parameter>: builds the appropriate
|
2022-04-20 05:26:24 +08:00
|
|
|
"wheel" for this module in the directory
|
|
|
|
<filename class="directory">dist</filename>.
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<para>
|
2022-04-20 14:31:46 +08:00
|
|
|
<parameter>--no-build-isolation</parameter>: tells pip3 to run the
|
|
|
|
build in the system environment instead of creating a temporary
|
2022-04-20 05:26:24 +08:00
|
|
|
build environment.
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<para>
|
2022-04-20 14:31:46 +08:00
|
|
|
<parameter>--no-deps</parameter>: prevents pip3 from building wheels for
|
2022-04-20 05:26:24 +08:00
|
|
|
the project's dependencies.
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<para>
|
2022-04-20 14:31:46 +08:00
|
|
|
<parameter>--no-index</parameter>: ignores the package index
|
2022-04-20 05:26:24 +08:00
|
|
|
(only looking at --find-links URLs instead).
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<para>
|
2022-04-21 16:11:38 +08:00
|
|
|
<parameter>--find-links dist</parameter>: looks for links to archives
|
2022-04-20 14:31:46 +08:00
|
|
|
such as wheel (.whl) files in the directory
|
2022-04-20 05:26:24 +08:00
|
|
|
<filename class="directory">dist</filename>.
|
|
|
|
</para>
|
|
|
|
|
2022-04-20 08:56:29 +08:00
|
|
|
<para>
|
2022-04-20 14:31:46 +08:00
|
|
|
<parameter>--no-cache-dir</parameter>: diables the cache to prevent
|
2022-04-20 08:56:29 +08:00
|
|
|
a warning when installing as the &root; user.
|
|
|
|
</para>
|
|
|
|
|
2022-04-20 05:26:24 +08:00
|
|
|
</sect3>
|
|
|
|
|