From: Oleg Broytman Date: Wed, 26 Apr 2017 19:05:14 +0000 (+0300) Subject: Update installation instructions: use trusted host X-Git-Tag: 2.7.0~3 X-Git-Url: https://git.phdru.name/?p=mimedecode.git;a=commitdiff_plain;h=46e518425e60bfc57726556e0c0639a336e7ba10 Update installation instructions: use trusted host --- diff --git a/INSTALL.txt b/INSTALL.txt index 9a2ed5b..b3d2dc6 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -10,11 +10,11 @@ Installation using pip: System-wide: - sudo pip install --find-links=http://phdru.name/Software/Python/ --no-index --install-option='-O2' mimedecode + sudo pip install --trusted-host phdru.name --find-links=http://phdru.name/Software/Python/ --install-option='-O2' mimedecode User mode: - pip install --find-links=http://phdru.name/Software/Python/ --no-index --install-option='-O2' --user mimedecode + pip install --trusted-host phdru.name --find-links=http://phdru.name/Software/Python/ --install-option='-O2' --user mimedecode Installation from sources: