mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 00:28:22 +00:00
Clarification for the env variable
This commit is contained in:
parent
dd0739be43
commit
81ea9cfb3c
1 changed files with 7 additions and 2 deletions
|
@ -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 a new issue