diff --git a/README.md b/README.md index 402e483..2bf9a74 100644 --- a/README.md +++ b/README.md @@ -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 +```