Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
CursedPrograms authored Oct 10, 2024
1 parent e1548fa commit c32cd99
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Empty file added run.ps1
Empty file.
6 changes: 6 additions & 0 deletions stup.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Create a Python virtual environment
python -m venv psdenv

# Activate the virtual environment and run the Python script
& ".\psdenv\Scripts\Activate.ps1"
python main.py

0 comments on commit c32cd99

Please sign in to comment.