diff options
author | Xi Ruoyao <xry111@xry111.site> | 2022-07-02 11:32:28 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2022-07-02 11:32:28 +0800 |
commit | af3cf8ded1774b9cce4466ac67939411501d317f (patch) | |
tree | 361a957312e4c68bf634058a06e065312e7648dc /chapter08/python.xml | |
parent | b5a316b0602add49619f86c47934848b156ac8b2 (diff) |
python: mention that --force-reinstall needs --no-deps
Diffstat (limited to 'chapter08/python.xml')
-rw-r--r-- | chapter08/python.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chapter08/python.xml b/chapter08/python.xml index b7f2da6b9..2fb847042 100644 --- a/chapter08/python.xml +++ b/chapter08/python.xml @@ -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> |