diff --git a/run.sh.txt b/run.sh.txt new file mode 100644 index 0000000..264733c --- /dev/null +++ b/run.sh.txt @@ -0,0 +1,7 @@ +#!/bin/bash +# 安装依赖 +pip install -r requirements.txt +# 运行主程序 +python llm_danmaku_analysis.py +# 运行单元测试 +python -m unittest test_llm_analysis.py -v \ No newline at end of file