From 81ea9cfb3c8d50e1fbbd19b391a1a05120c2e81a Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Fri, 8 Aug 2014 14:03:00 +0200 Subject: [PATCH] Clarification for the env variable --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b81a29c9..66b3dd77 100644 --- a/README.md +++ b/README.md @@ -23,11 +23,16 @@ sudo apt-get install screen You need to create a variable AILENV that will be the installation path: -``export AILENV="/home/user/ail"`` +``export AILENV="/home/user/AIL-framework"`` + +Usually the installation path is where the project is cloned. Then create a Python virtual environment: -``virtualenv AILENV`` +``` +cd $AILENV +virtualenv AILENV +``` And install these few more packets: ```