5 lines
88 B
Python
5 lines
88 B
Python
import sys
|
|
import os
|
|
|
|
os.system(sys.executable + " -m pip install -r requirements.txt")
|