]> git.phdru.name Git - mimedecode.git/blobdiff - INSTALL.txt
Update installation instructions for virtual envs
[mimedecode.git] / INSTALL.txt
index 9a2ed5bbc92a00225433c677629db8ad4dd2ae5b..3dcbcbed4d5b137b6b0c1d2990d0b902c89a2e69 100644 (file)
@@ -10,11 +10,15 @@ 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
+
+    Virtual envs:
+
+    pip install --trusted-host phdru.name --find-links=http://phdru.name/Software/Python/ --install-option='-O2' mimedecode
 
 Installation from sources: