This commit is contained in:
BarsTiger
2022-04-11 14:15:18 +03:00
parent f04d8bef97
commit 01b307016e
6 changed files with 185 additions and 2 deletions

4
modules/require.py Normal file
View File

@@ -0,0 +1,4 @@
import sys
import os
os.system(sys.executable + " -m pip install -r requirements.txt")