未验证 提交 70a3a705 编写于 作者: J Jackwaterveg 提交者: GitHub

Update install.md

增加了AutoLog的安装
上级 48e87737
...@@ -42,6 +42,13 @@ bash setup.sh ...@@ -42,6 +42,13 @@ bash setup.sh
```bash ```bash
source tools/venv/bin/activate 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) ## Running in Docker Container (optional)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册