From 26dd69c9767c315a8ffb782eedf3b55eac574d45 Mon Sep 17 00:00:00 2001 From: Michael Hohn Date: Tue, 23 Jul 2024 15:18:32 -0700 Subject: [PATCH] minor doc update --- client/qldbtools/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/client/qldbtools/README.md b/client/qldbtools/README.md index 4bc1e9a..bf19f97 100644 --- a/client/qldbtools/README.md +++ b/client/qldbtools/README.md @@ -36,9 +36,13 @@ qldbtools is a Python package for working with CodeQL databases ```bash cd ~/work-gh/mrva/mrvacommander/client/qldbtools - pip install -e . + source venv/bin/activate + pip install --editable . ``` + The `--editable` *should* use symlinks for all scripts; use `./bin/*` to be sure. + + - Full installation ```bash