Added unix scripts for easier usage
This commit is contained in:
parent
1afd2d2785
commit
c8d7b6b466
3
hackathon/scripts/install.sh
Normal file
3
hackathon/scripts/install.sh
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
python3 -m venv env
|
||||||
|
source env/bin/activate
|
||||||
|
pip install -r requirements.txt
|
2
hackathon/scripts/start_client.sh
Normal file
2
hackathon/scripts/start_client.sh
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
source env/bin/activate
|
||||||
|
python client.py
|
2
hackathon/scripts/start_server.sh
Normal file
2
hackathon/scripts/start_server.sh
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
source env/bin/activate
|
||||||
|
python server.py
|
Loading…
Reference in New Issue
Block a user