]> git.phdru.name Git - m_librarian.git/blobdiff - docs/install.rst
Update installation instruction: fix trusted host
[m_librarian.git] / 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.