X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=docs%2Finstall.rst;h=c2166978c8b495286d25365f182b7b977e258c0d;hb=b7b9f5fcea5de6dd7a9400d2051db34afad0c655;hp=93151ce0e03ec82f16da8feba0693bbcb22fd111;hpb=27e67b25ddd894ac7d6c6ef8d507e2d72d1a7004;p=m_librarian.git diff --git a/docs/install.rst b/docs/install.rst index 93151ce..c216697 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -6,14 +6,14 @@ System-wide :: - sudo pip install --find-links=http://phdru.name/Software/Python/ --no-index --install-option='-O2' m_librarian + sudo pip install --trusted-host phdru.name --find-links=http://phdru.name/Software/Python/ --install-option='-O2' m_librarian User mode --------- :: - pip install --find-links=http://phdru.name/Software/Python/ --no-index --install-option='-O2' --user m_librarian + pip install --trusted-host phdru.name --find-links=http://phdru.name/Software/Python/ --install-option='-O2' --user m_librarian For Python 2.6 the command is easy_install.