]> git.phdru.name Git - m_librarian.git/blobdiff - docs/install.rst
Build(setup.py): Use python_requires keyword
[m_librarian.git] / docs / install.rst
index 93151ce0e03ec82f16da8feba0693bbcb22fd111..96148bfd124795acfd6ba7f04d915cbf30c5fe38 100644 (file)
@@ -6,16 +6,21 @@ 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.
+Virtual envs
+------------
+
+::
+
+    pip install --trusted-host phdru.name --find-links=http://phdru.name/Software/Python/ --install-option='-O2' m_librarian
 
 Installation from sources
 =========================