README: add basic set up
came back to this project today, and something in the venv was wonky and had to start over ... Might as well write it down. Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
94526a17ad
commit
2715e1358f
1 changed files with 8 additions and 0 deletions
|
@ -8,3 +8,11 @@
|
|||
Ideas:
|
||||
* a GUI app to review or interact with the Linux Audit backend
|
||||
* https://github.com/mismailzz/CMAuditd_v2/blob/master/cmauditd.py is a prior-art example
|
||||
|
||||
## Set up
|
||||
|
||||
```shell
|
||||
python3 -m venv beeware-venv
|
||||
. ./beeware-venv/bin/activate
|
||||
python3 -m pip install briefcase
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue