python: mention that --force-reinstall needs --no-deps

This commit is contained in:
Xi Ruoyao 2022-07-02 11:32:28 +08:00
parent b5a316b060
commit af3cf8ded1
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -126,8 +126,9 @@
command to upgrade a module (for example, from meson-0.61.3 to
meson-0.62.0), insert the option <parameter>--upgrade</parameter> into
the command line. If it's really necessary to downgrade a module or
reinstall the same version for some reason, insert
<parameter>--force-reinstall</parameter> into the command line.
reinstall the same version for some reason, insert
<parameter>--force-reinstall --no-deps</parameter> into the command
line.
</para>
</important>