]> git.phdru.name Git - sqlconvert.git/blobdiff - docs/install.rst
Update installation instruction for virtual envs
[sqlconvert.git] / docs / install.rst
index a488d8edf2ccf8d0c7fef8dbed9cdd0568806693..4ca147d11af91346cfeaad0a597c430d749ded5a 100644 (file)
@@ -16,6 +16,13 @@ User mode
 
     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.
 
 Installation from sources