Changeset 7777643


Ignore:
Timestamp:
04/21/2022 02:09:28 PM (2 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
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
Children:
f99b8f1
Parents:
15ebdfe
Message:

Minor grammar changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python-modules.xml

    r15ebdfe r7777643  
    3434        <command>pip3 install</command> commands in the book should be
    3535        run as &root; unless it's for a Python virtual environment.  Running
    36         a <command>pip3 install</command> as a non-&root; user may seems to
    37         work fine, but it will cause the installed module unaccessible by
     36        <command>pip3 install</command> as a non-&root; user may seem to
     37        work fine, but it will cause the installed module to bu inaccessible by
    3838        other users.
    3939      </para>
     
    4242        installed module by default.  For using the
    4343        <command>pip3 install</command> command to upgrade a module (for
    44         example, from meson-0.61.3 to meson-0.62.0), append
    45         <parameter>-U</parameter> to the command line.  If it's really
     44        example, from meson-0.61.3 to meson-0.62.0), insert
     45        <parameter>--upgrade</parameter> into the command line.  If it's really
    4646        necessary to downgrade a module or reinstall the same version for
    47         some reason, append <parameter>--force-reinstall</parameter> to
     47        some reason, insert <parameter>--force-reinstall</parameter> into
    4848        the command line.
    4949      </para>
Note: See TracChangeset for help on using the changeset viewer.