添加运行脚本以设置虚拟环境并启动主程序

This commit is contained in:
2025-05-31 06:49:07 +08:00
Unverified
parent c3bbb6cf3e
commit 9e1184d453

5
run.sh Normal file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
python3 -m venv venv
source venv/bin/activate
python3 main.py