X-Git-Url: https://git.phdru.name/?p=mimedecode.git;a=blobdiff_plain;f=INSTALL.txt;h=b3d2dc63a002444898a62ae5ac1fb3657f3b1065;hp=9a2ed5bbc92a00225433c677629db8ad4dd2ae5b;hb=46e518425e60bfc57726556e0c0639a336e7ba10;hpb=3782c584d7ed8cc1abf70c2b5a6b5d1963366a2f diff --git a/INSTALL.txt b/INSTALL.txt index 9a2ed5b..b3d2dc6 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -10,11 +10,11 @@ Installation using pip: System-wide: - sudo pip install --find-links=http://phdru.name/Software/Python/ --no-index --install-option='-O2' mimedecode + sudo pip install --trusted-host phdru.name --find-links=http://phdru.name/Software/Python/ --install-option='-O2' mimedecode User mode: - pip install --find-links=http://phdru.name/Software/Python/ --no-index --install-option='-O2' --user mimedecode + pip install --trusted-host phdru.name --find-links=http://phdru.name/Software/Python/ --install-option='-O2' --user mimedecode Installation from sources: