From d39290df71a9f0aa729f12d9fb9fed149c7c39d0 Mon Sep 17 00:00:00 2001 From: LDOUBLEV Date: Wed, 20 Oct 2021 10:08:27 +0800 Subject: [PATCH] add autolog installation --- PTDN/docs/install.md | 1 + 1 file changed, 1 insertion(+) diff --git a/PTDN/docs/install.md b/PTDN/docs/install.md index 76323bb2..28b92426 100644 --- a/PTDN/docs/install.md +++ b/PTDN/docs/install.md @@ -19,6 +19,7 @@ pip3.7 install https://paddle-wheel.bj.bcebos.com/with-trt/2.1.3/linux-gpu-cuda1 # 安装AutoLog 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 -- GitLab