Added unix scripts for easier usage

This commit is contained in:
DJE98 2023-09-30 15:56:55 +02:00
parent 1afd2d2785
commit c8d7b6b466
3 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,3 @@
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt

View File

@ -0,0 +1,2 @@
source env/bin/activate
python client.py

View File

@ -0,0 +1,2 @@
source env/bin/activate
python server.py