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