Skip to content

Commit 8c08c81

Browse files
Add files via upload
1 parent 9f7d53d commit 8c08c81

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

run.ps1

Whitespace-only changes.

stup.ps1

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)