From: Oleg Broytman Date: Sun, 31 Jul 2016 22:24:01 +0000 (+0300) Subject: Use sudo for pip install X-Git-Tag: 2.7.0~32 X-Git-Url: https://git.phdru.name/?p=mimedecode.git;a=commitdiff_plain;h=1c8c6e7af530033a7cbdbd2451b20a729acfcb3f Use sudo for pip install --- diff --git a/INSTALL.txt b/INSTALL.txt index 79172ff..381c00b 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -25,4 +25,4 @@ directory to your $PATH or move the script to a directory in your $PATH. Installation using pip: - pip install --find-links=http://phdru.name/Software/Python/ --no-index --install-option='-O2' [--user] mimedecode + [sudo] pip install --find-links=http://phdru.name/Software/Python/ --no-index --install-option='-O2' [--user] mimedecode