]> git.phdru.name Git - sqlconvert.git/blobdiff - docs/install.rst
Stop supporting Python 2.6
[sqlconvert.git] / docs / install.rst
index be16bfd0e340769aecd8ce4ebde9f313a2b52c89..54050393185811ce2c0d14344d02778f8d9166b0 100644 (file)
@@ -6,16 +6,22 @@ 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
+
+Virtual envs
+------------
+
+::
 
-For Python 2.6 the command is easy_install.
+    pip install --trusted-host phdru.name --find-links=http://phdru.name/Software/Python/ --install-option='-O2' sqlconvert
 
 Installation from sources
 =========================