2 changed files with 6 additions and 1 deletions
@ -0,0 +1,6 @@ |
|||||
|
#! /usr/bin/bash |
||||
|
|
||||
|
virtualenv -p $(which python3) ./venv |
||||
|
source ./venv/bin/activate |
||||
|
pip3 install -r requirements.txt |
||||
|
deactivate |
Loading…
Reference in new issue