mirror of
https://github.com/kbenestad/ClubLedger.git
synced 2026-06-18 09:44:33 +00:00
WINDOWS ONLY
Add batch script to set up virtual environment Delete if not using Windows.
This commit is contained in:
parent
4cdfddac38
commit
4ad77f450c
1 changed files with 3 additions and 0 deletions
3
run.bat
Normal file
3
run.bat
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
python -m venv .venv
|
||||||
|
.venv\Scripts\pip install -r requirements.txt
|
||||||
|
.venv\Scripts\python main.py
|
||||||
Loading…
Reference in a new issue