mirror of https://github.com/CIRCL/AIL-framework
Merge branch 'master' of https://github.com/CIRCL/AIL-framework
commit
0a503db815
|
@ -23,11 +23,16 @@ sudo apt-get install screen
|
||||||
|
|
||||||
You need to create a variable AILENV that will be the installation path:
|
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:
|
Then create a Python virtual environment:
|
||||||
|
|
||||||
``virtualenv AILENV``
|
```
|
||||||
|
cd $AILENV
|
||||||
|
virtualenv AILENV
|
||||||
|
```
|
||||||
|
|
||||||
And install these few more packets:
|
And install these few more packets:
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue