2 lines
159 B
Python
2 lines
159 B
Python
import subprocess
|
|
subprocess.run(["powershell.exe", "python.exe -m venv venv; .\\venv\\Scripts\\python.exe -m pip install -r requirements.txt"], cwd=".\\..\\") |