Adde bat files for windows
This commit is contained in:
parent
14f86a82e7
commit
5daf865819
5
hackathon/scripts/install.bat
Normal file
5
hackathon/scripts/install.bat
Normal file
@ -0,0 +1,5 @@
|
||||
@echo off
|
||||
|
||||
python -m venv env
|
||||
call env\Scripts\activate.bat
|
||||
pip install -r requirements.txt
|
4
hackathon/scripts/start_client.bat
Normal file
4
hackathon/scripts/start_client.bat
Normal file
@ -0,0 +1,4 @@
|
||||
@echo off
|
||||
|
||||
call env\Scripts\activate.bat
|
||||
python client.py
|
4
hackathon/scripts/start_server.bat
Normal file
4
hackathon/scripts/start_server.bat
Normal file
@ -0,0 +1,4 @@
|
||||
@echo off
|
||||
|
||||
call env\Scripts\activate.bat
|
||||
python server.py
|
Loading…
Reference in New Issue
Block a user