From 4dd33a6be0f4e1b3c1c45e2cbada695100d0998d Mon Sep 17 00:00:00 2001 From: Cyber MacGeddon Date: Thu, 3 Oct 2024 17:44:15 +0100 Subject: [PATCH] Dev guide update --- DEVELOPER_GUIDE.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/DEVELOPER_GUIDE.md b/DEVELOPER_GUIDE.md index 54e6e605..a69006d8 100644 --- a/DEVELOPER_GUIDE.md +++ b/DEVELOPER_GUIDE.md @@ -52,14 +52,16 @@ To do a local build, you need to... - Build containers ``` - make + make ``` - If you changed anything which affects command line stuff (which maybe you could do if you changed schemas), then - make packages +``` + make packages +``` That puts Python packages in dist/ You then need to install some or all of those packages. Typically you only need -base and -cli to