mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
Minor grammar changes
This commit is contained in:
parent
15ebdfeada
commit
7777643736
@ -33,18 +33,18 @@
|
||||
<command>pip3</command>. Please take care that the
|
||||
<command>pip3 install</command> commands in the book should be
|
||||
run as &root; unless it's for a Python virtual environment. Running
|
||||
a <command>pip3 install</command> as a non-&root; user may seems to
|
||||
work fine, but it will cause the installed module unaccessible by
|
||||
<command>pip3 install</command> as a non-&root; user may seem to
|
||||
work fine, but it will cause the installed module to bu inaccessible by
|
||||
other users.
|
||||
</para>
|
||||
<para>
|
||||
<command>pip3 install</command> will not reinstall an already
|
||||
installed module by default. For using the
|
||||
<command>pip3 install</command> command to upgrade a module (for
|
||||
example, from meson-0.61.3 to meson-0.62.0), append
|
||||
<parameter>-U</parameter> to the command line. If it's really
|
||||
example, from meson-0.61.3 to meson-0.62.0), insert
|
||||
<parameter>--upgrade</parameter> into the command line. If it's really
|
||||
necessary to downgrade a module or reinstall the same version for
|
||||
some reason, append <parameter>--force-reinstall</parameter> to
|
||||
some reason, insert <parameter>--force-reinstall</parameter> into
|
||||
the command line.
|
||||
</para>
|
||||
</important>
|
||||
|
Loading…
Reference in New Issue
Block a user