]> git.phdru.name Git - sqlconvert.git/blobdiff - docs/install.rst
Stop supporting Python 2.6
[sqlconvert.git] / docs / install.rst
index a488d8edf2ccf8d0c7fef8dbed9cdd0568806693..54050393185811ce2c0d14344d02778f8d9166b0 100644 (file)
@@ -16,7 +16,12 @@ User mode
 
     pip install --trusted-host phdru.name --find-links=http://phdru.name/Software/Python/ --install-option='-O2' --user sqlconvert
 
-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' sqlconvert
 
 Installation from sources
 =========================