From df5a1f5298ba84fb0aed1caa3ba54624563f80f0 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Wed, 26 Apr 2017 20:57:25 +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 c216697..d4a7334 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -15,6 +15,13 @@ User mode pip install --trusted-host phdru.name --find-links=http://phdru.name/Software/Python/ --install-option='-O2' --user m_librarian +Virtual envs +------------ + +:: + + pip install --trusted-host phdru.name --find-links=http://phdru.name/Software/Python/ --install-option='-O2' m_librarian + For Python 2.6 the command is easy_install. Installation from sources -- 2.39.2