run
This commit is contained in:
parent
062abb61b3
commit
2e4395cd76
1 changed files with 7 additions and 0 deletions
7
api/run
Executable file
7
api/run
Executable file
|
@ -0,0 +1,7 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
source bin/activate &&
|
||||||
|
pip install --upgrade pip &&
|
||||||
|
pip install --upgrade -r requirements.txt &&
|
||||||
|
clear &&
|
||||||
|
python main.py
|
Loading…
Add table
Reference in a new issue