X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=INSTALL.txt;h=337281a673f4a550c8f9e781bed3a26edde239f8;hb=236a65e6f2d79284c06484a7210a55e75dd1a754;hp=f79edca29a828b459c2cec673df30b4982f12b07;hpb=51ff166cf85f35c1066f2da2bc516cdc6b580220;p=mimedecode.git diff --git a/INSTALL.txt b/INSTALL.txt index f79edca..337281a 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -1,4 +1,4 @@ -mimedecode requires Python 2.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: