5 lines
76 B
Bash
Executable file
5 lines
76 B
Bash
Executable file
#!/bin/bash
|
|
|
|
pip3 install -r py3/requirements.txt
|
|
python3 run.py -d ./data/
|