examples: polish loganalyzer example (#6744)

This commit is contained in:
Adrian Cole
2024-09-12 09:37:37 +08:00
committed by GitHub
parent 5a00dc9fc9
commit d066d9b8e0
3 changed files with 4 additions and 2 deletions

View File

@@ -21,6 +21,8 @@ You can try this with the `logtest.logfile` file included in this directory.
2. Install the Python Requirements.
```bash
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
```