minor doc update

This commit is contained in:
Michael Hohn
2024-07-23 15:18:32 -07:00
committed by =Michael Hohn
parent 731b44b187
commit 26dd69c976

View File

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