minor doc update
This commit is contained in:
committed by
=Michael Hohn
parent
731b44b187
commit
26dd69c976
@@ -36,9 +36,13 @@ qldbtools is a Python package for working with CodeQL databases
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd ~/work-gh/mrva/mrvacommander/client/qldbtools
|
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
|
- Full installation
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Reference in New Issue
Block a user