From 1a936b9723d75d956b9efa6c79872b98641e14cc Mon Sep 17 00:00:00 2001 From: zhaolei Date: Tue, 17 Dec 2024 11:21:23 +0800 Subject: [PATCH] =?UTF-8?q?mstt=E6=BA=90=E4=BB=A3=E7=A0=81=E7=BC=96?= =?UTF-8?q?=E8=AF=91=E5=AE=89=E8=A3=85=E6=8C=87=E5=8D=97=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- profiler/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/profiler/README.md b/profiler/README.md index 4b46161c2..4f2be8f03 100644 --- a/profiler/README.md +++ b/profiler/README.md @@ -167,10 +167,11 @@ Successfully installed msprof-analyze-{version} 1. 安装依赖。 - 编译前需要安装wheel。 + 编译前需要安装wheel及相关依赖包。 ```bash pip3 install wheel + pip3 install -r requirements.txt ``` 2. 下载源码。 -- Gitee