diff --git a/run_client.sh b/run_client.sh deleted file mode 100755 index a368498..0000000 --- a/run_client.sh +++ /dev/null @@ -1,12 +0,0 @@ -#! /bin/bash - -if [ -d venv ]; then - source venv/bin/activate; - python client/client.py -else: - python3.10 -m venv venv - source venv/bin/activate - pip install -r requirements.txt - python client.py -fi -