]> git.phdru.name Git - sqlconvert.git/blobdiff - docs/install.rst
Docs: Install from PyPI
[sqlconvert.git] / docs / install.rst
index be16bfd0e340769aecd8ce4ebde9f313a2b52c89..ddb6da87233a3b4dc59f1c41479920d36f5ce5f6 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 --install-option='-O2' sqlconvert
+
 
 User mode
 ---------
 
 ::
 
-    pip install --find-links=http://phdru.name/Software/Python/ --no-index --install-option='-O2' --user sqlconvert
+    pip install --user --install-option='-O2' sqlconvert
+
+Virtual envs
+------------
+
+::
 
-For Python 2.6 the command is easy_install.
+    pip install --install-option='-O2' sqlconvert
 
 Installation from sources
 =========================
@@ -32,7 +38,7 @@ home directory; run run the following command:
 
 ::
 
-    python setup.py install -O2 --user
+    python setup.py install --user -O2
 
 Option '--user' installs sqlconvert into
 $HOME/.local/lib/python$MAJOR.$MINOR/site-packages/ where python finds it