3 lines
75 B
Bash
3 lines
75 B
Bash
#!/bin/bash
|
|
cd "$(dirname "$0")"
|
|
python3 -m pip install -r requirements.txt |