8 lines
86 B
Bash
Executable file
8 lines
86 B
Bash
Executable file
#!/bin/bash
|
|
|
|
|
|
set -e
|
|
|
|
|
|
python3.9 -m pip install -r requirements.txt .
|
|
./install-tools
|