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:
Vincent Batts 2024-06-25 21:42:59 -04:00
parent 94526a17ad
commit 2715e1358f
Signed by: vbatts
GPG key ID: E30EFAA812C6E5ED

View file

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