Ignore:
Timestamp:
04/21/2022 03:23:18 PM (2 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
arm
Children:
3e8a788
Parents:
8b8ad95
git-author:
Xi Ruoyao <xry111@…> (04/18/2022 04:59:52 AM)
git-committer:
William Harrington <kb0iic@…> (04/21/2022 03:23:18 PM)
Message:

text fixes for wheel change

  • Add description for "wheel" command
  • Explain why pip3 warning does not matter for us
  • Format and typo fixes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/meson.xml

    r8b8ad95 r23277f0c  
    7171        <term><parameter>-w dist</parameter></term>
    7272        <listitem>
    73            <para>Put the created wheels into the `dist` directory.</para>
     73           <para>Put the created wheels into the
     74           <filename class='directory'>dist</filename> directory.</para>
    7475        </listitem>
    7576      </varlistentry>
     
    7879        <term><parameter>--find-links dist</parameter></term>
    7980        <listitem>
    80            <para>Install wheels from the 'dist' directory.</para>
     81           <para>Install wheels from the
     82           <filename class='directory'>dist</filename> directory.</para>
    8183        </listitem>
    8284      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.