diff options
author | Xi Ruoyao <xry111@xry111.site> | 2023-09-05 22:34:34 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2023-09-05 22:34:34 +0800 |
commit | 6b6a1b958af3a0e59559e44ad700f761d8a49a09 (patch) | |
tree | 175d8a27f89af432f91863dade6974f15ee310f6 /chapter08/markupsafe.xml | |
parent | 6786b0cde8b7df66bfc8c3067218f95a31b8e2d8 (diff) | |
parent | e8f0a1b1da395c13076b3485e33dd4f86c8baff0 (diff) |
Merge remote-tracking branch 'origin/trunk' into xry111/arm64
Diffstat (limited to 'chapter08/markupsafe.xml')
-rw-r--r-- | chapter08/markupsafe.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/markupsafe.xml b/chapter08/markupsafe.xml index b4a0cbc58..c09b9a64c 100644 --- a/chapter08/markupsafe.xml +++ b/chapter08/markupsafe.xml @@ -42,7 +42,7 @@ <para>Compile MarkupSafe with the following command:</para> -<screen><userinput remap="make">pip3 wheel -w dist --no-build-isolation --no-deps $PWD</userinput></screen> +<screen><userinput remap="make">pip3 wheel -w dist --no-cache-dir --no-build-isolation --no-deps $PWD</userinput></screen> <para>This package does not come with a test suite.</para> |