From ce5d552fb3388289b3ef45895e97ef2f29f07588 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Wed, 26 Apr 2017 23:54:48 +0300 Subject: [PATCH] Update installation instruction: fix trusted host Remove --no-index to install m_lib from PyPI. --- docs/install.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/install.rst b/docs/install.rst index be16bfd..a488d8e 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -6,14 +6,15 @@ System-wide :: - sudo pip install --find-links=http://phdru.name/Software/Python/ --no-index --install-option='-O2' sqlconvert + sudo pip install --trusted-host phdru.name --find-links=http://phdru.name/Software/Python/ --install-option='-O2' sqlconvert + User mode --------- :: - pip install --find-links=http://phdru.name/Software/Python/ --no-index --install-option='-O2' --user sqlconvert + pip install --trusted-host phdru.name --find-links=http://phdru.name/Software/Python/ --install-option='-O2' --user sqlconvert For Python 2.6 the command is easy_install. -- 2.39.2