From: Oleg Broytman Date: Wed, 26 Apr 2017 17:57:25 +0000 (+0300) Subject: Update installation instruction: fix trusted host X-Git-Tag: 0.0.15~5 X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=b7b9f5fcea5de6dd7a9400d2051db34afad0c655;hp=27e67b25ddd894ac7d6c6ef8d507e2d72d1a7004;p=m_librarian.git Update installation instruction: fix trusted host Remove --no-index to install m_lib.defenc. --- 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.