X-Git-Url: https://git.phdru.name/?p=mimedecode.git;a=blobdiff_plain;f=INSTALL.txt;h=2d952139dbbe547d8e145014025cb2a377dc00ed;hp=f79edca29a828b459c2cec673df30b4982f12b07;hb=81d93ebcd236c6023fac3a74cad8801669da2b5e;hpb=6f979a7b947499efdbf58c6611464f53bbf553f2 diff --git a/INSTALL.txt b/INSTALL.txt index f79edca..2d95213 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -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: