From 56b336a52984572895bfb975290b56050b2a38b8 Mon Sep 17 00:00:00 2001 From: Juraj Borza Date: Fri, 2 May 2025 18:28:17 +0200 Subject: [PATCH] Added 'pip install build' to development instructions, otherwise python -m build won't work --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4ee7998..4620a25 100644 --- a/README.md +++ b/README.md @@ -160,6 +160,7 @@ If you'd like to modify the code and contribute to development, you can [downloa ```bash # Go to the directory where you extracted the repository and run: pip install -e . # Installs the package in editable mode +pip install build # Install the build package python -m build # Builds the package in dist folder (optional) abogen # Opens the GUI ```