中文+README
All checks were successful
CI / lint-and-build (push) Successful in 8s

This commit is contained in:
2026-06-14 12:08:27 +08:00
parent f9b32208e4
commit 26a5f99587
16 changed files with 376 additions and 80 deletions

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Create venv with system-site-packages (so bcc from apt is visible) and install Python deps.
# 创建启用 system-site-packages 的 venv让 apt 装的 bcc 可见),并安装 Python 依赖。
set -e
cd "$(dirname "$0")"
@@ -9,4 +9,4 @@ fi
.venv/bin/pip install --upgrade pip
.venv/bin/pip install -r requirements.txt
echo "setup done."
echo "依赖安装完成。"