6 lines
81 B
Bash
Executable File
6 lines
81 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd "${0%/*}" || exit 1
|
|
|
|
pip install -U -r ./driver_requirements.txt
|