update: added python scripts
This commit is contained in:
2
scripts/setup-virtualenv.pyw
Normal file
2
scripts/setup-virtualenv.pyw
Normal file
@@ -0,0 +1,2 @@
|
||||
import subprocess
|
||||
subprocess.run(["powershell.exe", "python.exe -m venv venv; .\\venv\\Scripts\\python.exe -m pip install -r requirements.txt"], cwd=".\\..\\")
|
||||
Reference in New Issue
Block a user