From 2f9db6423abb969aada129ae752fe7aaf2499d36 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Wed, 26 Apr 2017 23:57:18 +0300 Subject: [PATCH] Update installation instruction for virtual envs --- docs/install.rst | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.39.2