3 lines
98 B
Bash
Executable file
3 lines
98 B
Bash
Executable file
#!/bin/sh
|
|
|
|
pip3 install --no-input -r "$OUTPUT_DIR/requirements.txt" --require-hashes > /dev/null
|