From af3cf8ded1774b9cce4466ac67939411501d317f Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Sat, 2 Jul 2022 11:32:28 +0800 Subject: [PATCH] python: mention that --force-reinstall needs --no-deps --- chapter08/python.xml | 5 +++-- 1 file 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 --upgrade into the command line. If it's really necessary to downgrade a module or - reinstall the same version for some reason, insert - --force-reinstall into the command line. + reinstall the same version for some reason, insert + --force-reinstall --no-deps into the command + line.