trusty run script
This commit is contained in:
parent
1336336226
commit
4dc0ddabbb
1 changed files with 7 additions and 0 deletions
7
dennis/run
Executable file
7
dennis/run
Executable file
|
@ -0,0 +1,7 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
source bin/activate &&
|
||||||
|
python -m ensurepip &&
|
||||||
|
pip install --upgrade -r requirements.txt &&
|
||||||
|
clear &&
|
||||||
|
python main.py
|
Loading…
Add table
Reference in a new issue