From 5fb35ef528026cc2db43b6307e563de0e2d55283 Mon Sep 17 00:00:00 2001 From: liamcottle Date: Mon, 27 May 2024 21:39:28 +1200 Subject: [PATCH] update docs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5ef0445..4e11033 100644 --- a/README.md +++ b/README.md @@ -133,6 +133,7 @@ To run as a standalone application, we need to compile the python application to To build a `.dmg` containing a `.app` for Mac, run the following: ``` +pip install -r requirements.txt npm install npm run dist ```