Update install.md

增加了AutoLog的安装
pull/720/head
Jackwaterveg 3 years ago committed by GitHub
parent 48e877375d
commit 70a3a70585
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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)

Loading…
Cancel
Save