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: ```