From: Oleg Broytman Date: Wed, 26 Apr 2017 20:57:18 +0000 (+0300) Subject: Update installation instruction for virtual envs X-Git-Tag: 0.1.1~2 X-Git-Url: https://git.phdru.name/?p=sqlconvert.git;a=commitdiff_plain;h=2f9db6423abb969aada129ae752fe7aaf2499d36 Update installation instruction for virtual envs --- 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