From 9e1184d45394ffa9b4e1f164b39e33259fa996a2 Mon Sep 17 00:00:00 2001 From: HeXiangLong <3234374354@qq.com> Date: Sat, 31 May 2025 06:49:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=BF=90=E8=A1=8C=E8=84=9A?= =?UTF-8?q?=E6=9C=AC=E4=BB=A5=E8=AE=BE=E7=BD=AE=E8=99=9A=E6=8B=9F=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E5=B9=B6=E5=90=AF=E5=8A=A8=E4=B8=BB=E7=A8=8B=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- run.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 run.sh diff --git a/run.sh b/run.sh new file mode 100644 index 0000000..430ecb6 --- /dev/null +++ b/run.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +python3 -m venv venv +source venv/bin/activate +python3 main.py \ No newline at end of file