From 2a49f9abcd22995148164bd2f2b48d67d11f90e4 Mon Sep 17 00:00:00 2001 From: Dimitri Merejkowsky Date: Wed, 15 Jul 2015 20:11:56 +0200 Subject: [PATCH] update INSTALL.rst Change-Id: I96ad5480a885d475681012a972fd3d8ba370c3a9 Reviewed-on: http://gerrit.aldebaran.lan/60203 Tested-by: gerrit Reviewed-by: vbarbaresi --- INSTALL.rst | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/INSTALL.rst b/INSTALL.rst index e919481f1..dd509e88f 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -14,6 +14,7 @@ Optional: * ``doxygen`` and ``Sphinx`` for ``qidoc`` * ``gettext`` or ``qtlinguist`` for ``qilinguist`` * ``git`` for ``qisrc`` +* ``virtualenv`` for ``qipy`` Getting the last stable release @@ -42,14 +43,6 @@ equivalent with:: cd ${p} } -If you want to use ``qipython activate``, patch you ``~/.profile`` or -equivalent with:: - - function qipyactivate { - sourceme = $(qipython activate) - source sourceme - } - Using the git repository -------------------------