From 7b2ab4ced99d0e9981c1cd982247052e547fcaee Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Fri, 29 Jul 2016 18:02:33 +0300 Subject: [PATCH] Optional sudo for pip --- INSTALL.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.txt b/INSTALL.txt index beed3a4..fc06ecb 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -19,4 +19,4 @@ where python finds it. Installation using pip: - pip install --find-links=http://phdru.name/Software/Python/ --no-index --install-option='-O2' [--user] m_lib + [sudo] pip install --find-links=http://phdru.name/Software/Python/ --no-index --install-option='-O2' [--user] m_lib -- 2.39.2