Automatic merge of trunk into multilib

This commit is contained in:
Thomas Trepl 2025-01-20 00:30:14 +01:00
commit 8086db9bb8
4 changed files with 4 additions and 4 deletions

View File

@ -46,7 +46,7 @@
<para>Install the package:</para> <para>Install the package:</para>
<screen><userinput remap="install">pip3 install --no-index --no-user --find-links dist flit_core</userinput></screen> <screen><userinput remap="install">pip3 install --no-index --find-links dist flit_core</userinput></screen>
<variablelist> <variablelist>
<title>The meaning of the pip3 configuration options and commands:</title> <title>The meaning of the pip3 configuration options and commands:</title>

View File

@ -46,7 +46,7 @@
<para>Install the package:</para> <para>Install the package:</para>
<screen><userinput remap="install">pip3 install --no-index --no-user --find-links dist Jinja2</userinput></screen> <screen><userinput remap="install">pip3 install --no-index --find-links dist Jinja2</userinput></screen>
</sect2> </sect2>

View File

@ -48,7 +48,7 @@
<para>Install the package:</para> <para>Install the package:</para>
<screen><userinput remap="install">pip3 install --no-index --no-user --find-links dist Markupsafe</userinput></screen> <screen><userinput remap="install">pip3 install --no-index --find-links dist Markupsafe</userinput></screen>
</sect2> </sect2>

View File

@ -46,7 +46,7 @@
<para>Install Wheel with the following command:</para> <para>Install Wheel with the following command:</para>
<screen><userinput remap="install">pip3 install --no-index --find-links=dist wheel</userinput></screen> <screen><userinput remap="install">pip3 install --no-index --find-links dist wheel</userinput></screen>
</sect2> </sect2>