diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-08-09 21:44:44 -0500 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-08-09 21:44:44 -0500 |
commit | 3094b8c742ed234c5a8423f2bcaf0a9d92802c33 (patch) | |
tree | a5306a8ac33102695eae419ee8b8357ed96dd15d /chapter08/markupsafe.xml | |
parent | 2fe5021cfa5951ab8d62eebcf4798bc9ffc0f6e0 (diff) |
Tweak pip3 instructions
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 322ec2730..9481a194a 100644 --- a/chapter08/markupsafe.xml +++ b/chapter08/markupsafe.xml @@ -48,7 +48,7 @@ <para>Install the package:</para> -<screen><userinput remap="install">pip3 install --no-index --find-links dist Markupsafe</userinput></screen> +<screen><userinput remap="install">pip3 install --no-index --no-user --find-links dist Markupsafe</userinput></screen> </sect2> |