pull/8/head
Starow 2014-08-08 16:52:42 +02:00
commit 0a503db815
1 changed files with 7 additions and 2 deletions

View File

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