4 lines
70 B
Bash
Executable File
4 lines
70 B
Bash
Executable File
#!/bin/sh
|
|
python -m pip install -U -r requirements.txt
|
|
python main.py
|