WINDOWS ONLY

Add batch script to set up virtual environment

Delete if not using Windows.
This commit is contained in:
Kristian Benestad 2026-05-30 20:30:03 +07:00 committed by GitHub
parent 4cdfddac38
commit 4ad77f450c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

3
run.bat Normal file
View file

@ -0,0 +1,3 @@
python -m venv .venv
.venv\Scripts\pip install -r requirements.txt
.venv\Scripts\python main.py