We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f7d53d commit 8c08c81Copy full SHA for 8c08c81
run.ps1
stup.ps1
@@ -0,0 +1,6 @@
1
+# Create a Python virtual environment
2
+python -m venv psdenv
3
+
4
+# Activate the virtual environment and run the Python script
5
+& ".\psdenv\Scripts\Activate.ps1"
6
+python main.py
0 commit comments