diff options
Diffstat (limited to 'chapter08/jinja2.xml')
-rw-r--r-- | chapter08/jinja2.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/jinja2.xml b/chapter08/jinja2.xml index ca614ecdc..59a01e26c 100644 --- a/chapter08/jinja2.xml +++ b/chapter08/jinja2.xml @@ -42,7 +42,7 @@ <para>Build the package:</para> -<screen><userinput remap="install">pip3 wheel -w dist --no-build-isolation --no-deps $PWD</userinput></screen> +<screen><userinput remap="install">pip3 wheel -w dist --no-cache-dir --no-build-isolation --no-deps $PWD</userinput></screen> <para>Install the package:</para> |