better stronger faster
This commit is contained in:
parent
661566aade
commit
4d8157ba1e
1
main.py
1
main.py
|
@ -170,6 +170,7 @@ def check_update():
|
||||||
else :
|
else :
|
||||||
print(f"updating to {latest}")
|
print(f"updating to {latest}")
|
||||||
os.system("git pull --rebase")
|
os.system("git pull --rebase")
|
||||||
|
os.system("python3 -m pip install -r requirements.txt")
|
||||||
print("updated")
|
print("updated")
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue