]> git.phdru.name Git - m_librarian.git/commitdiff
Update installation instruction: fix trusted host
authorOleg Broytman <phd@phdru.name>
Wed, 26 Apr 2017 17:57:25 +0000 (20:57 +0300)
committerOleg Broytman <phd@phdru.name>
Wed, 26 Apr 2017 17:57:25 +0000 (20:57 +0300)
Remove --no-index to install m_lib.defenc.

docs/install.rst

index 93151ce0e03ec82f16da8feba0693bbcb22fd111..c2166978c8b495286d25365f182b7b977e258c0d 100644 (file)
@@ -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.