From 70a3a7058543ca69ee3da92b2ee6d164ba5eeb31 Mon Sep 17 00:00:00 2001 From: Jackwaterveg <87408988+Jackwaterveg@users.noreply.github.com> Date: Thu, 22 Jul 2021 21:09:53 +0800 Subject: [PATCH] Update install.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 增加了AutoLog的安装 --- doc/src/install.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/src/install.md b/doc/src/install.md index 01049a2f..7998f90a 100644 --- a/doc/src/install.md +++ b/doc/src/install.md @@ -42,6 +42,13 @@ bash setup.sh ```bash source tools/venv/bin/activate ``` +## install AutoLog +```bash +git clone https://github.com/LDOUBLEV/AutoLog +pip3 install -r requirements.txt +python3 setup.py bdist_wheel +pip3 install ./dist/AutoLog-1.0.0-py3-none-any.whl +```bash ## Running in Docker Container (optional) -- GitLab