Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
CursedPrograms committed Jan 25, 2024
1 parent 2bcc5ca commit 2bf0251
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions run.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
@echo off

set "VENV_DIR=psdenv"

rem
if not exist "%VENV_DIR%" (
rem
python -m venv "%VENV_DIR%"
)

rem
call "%VENV_DIR%\Scripts\activate" && python main.py

rem
pause

0 comments on commit 2bf0251

Please sign in to comment.