From ccee5703a95c67b68f154b109dd964860dd6f5bb Mon Sep 17 00:00:00 2001 From: Yang Nie Date: Mon, 8 Aug 2022 15:44:40 +0800 Subject: [PATCH] fix typo in test_tipc/docs/install.md --- test_tipc/docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_tipc/docs/install.md b/test_tipc/docs/install.md index 35e2866b..b2b5d293 100644 --- a/test_tipc/docs/install.md +++ b/test_tipc/docs/install.md @@ -96,7 +96,7 @@ git clone https://github.com/LDOUBLEV/AutoLog cd AutoLog pip3.7 install -r requirements.txt python3.7 setup.py bdist_wheel -pip3.7 install ./dist/auto_log-1.0.0-py3-none-any.whl +pip3.7 install ./dist/auto_log-*-py3-none-any.whl # 下载Clas代码 cd ../ -- GitLab