From 39cb7b6d7a167f89708d0a99c49e968162a0c1cb 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 01049a2fc..7998f90ad 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)