mirror of
https://github.com/ciromattia/kcc
synced 2025-12-13 09:46:25 +00:00
add build_binary commands to readme (#818)
This commit is contained in:
12
README.md
12
README.md
@@ -251,6 +251,12 @@ venv\Scripts\activate.bat
|
|||||||
python kcc.py
|
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
|
### macOS install from source
|
||||||
|
|
||||||
One time setup and running for the first time:
|
One time setup and running for the first time:
|
||||||
@@ -268,6 +274,12 @@ source venv/bin/activate
|
|||||||
python kcc.py
|
python kcc.py
|
||||||
```
|
```
|
||||||
|
|
||||||
|
You can build a `.app` of KCC like the downloads we offer with
|
||||||
|
|
||||||
|
```
|
||||||
|
python setup.py build_binary
|
||||||
|
```
|
||||||
|
|
||||||
## CREDITS
|
## CREDITS
|
||||||
**KCC** is made by
|
**KCC** is made by
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user