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