Delete run_client.sh

Deleted old shell script
This commit is contained in:
mirai 2023-09-06 02:26:25 +03:00 committed by GitHub
parent e6ea017d25
commit eccdbc0e0c

View File

@ -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