Added unix scripts for easier usage
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user