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

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