From a3546d19c30ba41d5f08a466701491c7dc1d77f7 Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Wed, 29 Jan 2025 19:14:08 -0800 Subject: [PATCH] add build_binary commands to readme (#818) --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 71f51e0..1631f91 100644 --- a/README.md +++ b/README.md @@ -251,6 +251,12 @@ venv\Scripts\activate.bat python kcc.py ``` +You can build a `.exe` of KCC like the downloads we offer with + +``` +python setup.py build_binary +``` + ### macOS install from source One time setup and running for the first time: @@ -268,6 +274,12 @@ source venv/bin/activate python kcc.py ``` +You can build a `.app` of KCC like the downloads we offer with + +``` +python setup.py build_binary +``` + ## CREDITS **KCC** is made by