7 lines
144 B
Bash
Executable file
7 lines
144 B
Bash
Executable file
#!/bin/bash
|
|
|
|
source bin/activate &&
|
|
python -m ensurepip &&
|
|
pip install --upgrade -r requirements.txt &&
|
|
clear &&
|
|
python main.py
|