fix missing requirements and add test caller
This commit is contained in:
parent
d93ab67edc
commit
78ceb46b2e
8 changed files with 94 additions and 149 deletions
3
setup.sh
3
setup.sh
|
@ -3,4 +3,5 @@ set -e
|
|||
cd "$(dirname "$(realpath "$0")")"
|
||||
|
||||
python3 -m venv venv
|
||||
source venv/bin/activate
|
||||
source venv/bin/activate
|
||||
pip install -r requirements.txt
|
Loading…
Add table
Add a link
Reference in a new issue