From 1c8c6e7af530033a7cbdbd2451b20a729acfcb3f Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Mon, 1 Aug 2016 01:24:01 +0300 Subject: [PATCH] Use sudo for pip install --- INSTALL.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2