]> git.phdru.name Git - mimedecode.git/blobdiff - INSTALL.txt
Build(GHActions): Use `checkout@v4` instead of outdated `v2`
[mimedecode.git] / INSTALL.txt
index 960f1581d443fcfb120241a43f6503a92c1811c6..337281a673f4a550c8f9e781bed3a26edde239f8 100644 (file)
@@ -1,4 +1,4 @@
-mimedecode requires Python2.7 or 3.3+.
+mimedecode requires Python 2.7 or 3.4+.
 
 Installation script setup.py requires setuptools.
 
@@ -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: