X-Git-Url: https://git.phdru.name/?p=mimedecode.git;a=blobdiff_plain;f=INSTALL.txt;h=337281a673f4a550c8f9e781bed3a26edde239f8;hp=960f1581d443fcfb120241a43f6503a92c1811c6;hb=HEAD;hpb=00b9c0bb0b574aa95e89920c8804192935d73acc diff --git a/INSTALL.txt b/INSTALL.txt index 960f158..337281a 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -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: