9 sudo pip install --trusted-host phdru.name --find-links=http://phdru.name/Software/Python/ --install-option='-O2' sqlconvert
17 pip install --trusted-host phdru.name --find-links=http://phdru.name/Software/Python/ --install-option='-O2' --user sqlconvert
24 pip install --trusted-host phdru.name --find-links=http://phdru.name/Software/Python/ --install-option='-O2' sqlconvert
26 For Python 2.6 the command is easy_install.
28 Installation from sources
29 =========================
31 To install the library from sources system-wide run run the following
36 sudo python setup.py install -O2
38 If you don't want to install it system-wide you can install it in your
39 home directory; run run the following command:
43 python setup.py install -O2 --user
45 Option '--user' installs sqlconvert into
46 $HOME/.local/lib/python$MAJOR.$MINOR/site-packages/ where python finds it
47 automatically. It also installs sqlconvert scripts into $HOME/.local/bin;
48 add the directory to your $PATH or move the scripts to a directory in your