]> git.phdru.name Git - sqlconvert.git/blobdiff - docs/install.rst
Update installation instruction for virtual envs
[sqlconvert.git] / docs / install.rst
index be16bfd0e340769aecd8ce4ebde9f313a2b52c89..4ca147d11af91346cfeaad0a597c430d749ded5a 100644 (file)
@@ -6,14 +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
+------------
+
+::
+
+    pip install --trusted-host phdru.name --find-links=http://phdru.name/Software/Python/ --install-option='-O2' sqlconvert
 
 For Python 2.6 the command is easy_install.