X-Git-Url: https://git.phdru.name/?p=sqlconvert.git;a=blobdiff_plain;f=docs%2Finstall.rst;h=4ca147d11af91346cfeaad0a597c430d749ded5a;hp=a488d8edf2ccf8d0c7fef8dbed9cdd0568806693;hb=2f9db6423abb969aada129ae752fe7aaf2499d36;hpb=ce5d552fb3388289b3ef45895e97ef2f29f07588 diff --git a/docs/install.rst b/docs/install.rst index a488d8e..4ca147d 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -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