From ebf567fd787d2f73637cacd9b14e0aa4598b10b1 Mon Sep 17 00:00:00 2001 From: Riccardo Murri Date: Fri, 22 Sep 2017 21:05:08 +0200 Subject: [PATCH] install.py: Clarify message about venv activation command. --- install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.py b/install.py index f3f00ed7..3388c61a 100755 --- a/install.py +++ b/install.py @@ -199,7 +199,7 @@ def main(): =============================== In order to work with GC3Pie you have to enable the virtual -environment with the command: +environment with the command (yes, it starts with a dot+space): . {target}/bin/activate