]> git.phdru.name Git - mimedecode.git/blobdiff - INSTALL.txt
Upgrade: http://phdru.name -> https://phdru.name
[mimedecode.git] / INSTALL.txt
index f79edca29a828b459c2cec673df30b4982f12b07..2d952139dbbe547d8e145014025cb2a377dc00ed 100644 (file)
@@ -9,15 +9,15 @@ Installation using pip:
 
     System-wide:
 
-    sudo pip install --trusted-host phdru.name --find-links=http://phdru.name/Software/Python/ mimedecode
+    sudo pip install --trusted-host phdru.name --find-links=https://phdru.name/Software/Python/ mimedecode
 
     User mode:
 
-    pip install --trusted-host phdru.name --find-links=http://phdru.name/Software/Python/ --user mimedecode
+    pip install --trusted-host phdru.name --find-links=https://phdru.name/Software/Python/ --user mimedecode
 
     Virtual envs:
 
-    pip install --trusted-host phdru.name --find-links=http://phdru.name/Software/Python/ mimedecode
+    pip install --trusted-host phdru.name --find-links=https://phdru.name/Software/Python/ mimedecode
 
 Installation from sources: