update docs

This commit is contained in:
liamcottle
2024-05-27 21:39:28 +12:00
parent d2abb42421
commit 5fb35ef528

View File

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