From 2715e1358f9f012d243caca62d1fd8c2181e7b1a Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Tue, 25 Jun 2024 21:42:59 -0400 Subject: [PATCH] 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 --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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 +```