Adde bat files for windows

This commit is contained in:
DJE98 2023-10-06 06:53:26 +02:00
parent 14f86a82e7
commit 5daf865819
3 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,5 @@
@echo off
python -m venv env
call env\Scripts\activate.bat
pip install -r requirements.txt

View File

@ -0,0 +1,4 @@
@echo off
call env\Scripts\activate.bat
python client.py

View File

@ -0,0 +1,4 @@
@echo off
call env\Scripts\activate.bat
python server.py