]> git.phdru.name Git - mimedecode.git/commitdiff
Update installation instructions: use trusted host
authorOleg Broytman <phd@phdru.name>
Wed, 26 Apr 2017 19:05:14 +0000 (22:05 +0300)
committerOleg Broytman <phd@phdru.name>
Wed, 26 Apr 2017 19:08:50 +0000 (22:08 +0300)
INSTALL.txt

index 9a2ed5bbc92a00225433c677629db8ad4dd2ae5b..b3d2dc63a002444898a62ae5ac1fb3657f3b1065 100644 (file)
@@ -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: