From b7b9f5fcea5de6dd7a9400d2051db34afad0c655 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Wed, 26 Apr 2017 20:57:25 +0300 Subject: [PATCH 1/1] Update installation instruction: fix trusted host Remove --no-index to install m_lib.defenc. --- docs/install.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.39.2