mirror of https://github.com/CIRCL/AIL-framework
Clarification for the env variable
parent
dd0739be43
commit
81ea9cfb3c
|
@ -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:
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue