From 43700d7cf57a1f78d0cf2777c060071b7ee5a01e Mon Sep 17 00:00:00 2001 From: Ian Burgwin Date: Sun, 25 Oct 2020 18:34:06 -0700 Subject: [PATCH] BUILDING: update cx-Freeze version, formatting --- BUILDING.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index ccfce99..5305834 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -1,4 +1,4 @@ -This is still being worked on (as of September 18, 2020). +This is still being worked on (as of October 25, 2020). # Windows @@ -7,7 +7,7 @@ This expects Python 3.8 32-bit to be installed. Install the dependencies: ```batch -py -3.8-32 -m pip install --user cx-Freeze==6.2 -r requirements.txt +py -3.8-32 -m pip install --user cx-Freeze==6.3 -r requirements.txt ``` Build the exe: @@ -26,12 +26,12 @@ scripts\make-inst-win.bat ``` ## Wheel and source dist build -`py -3 setup.py bdist_wheel` - build multi-platform py3 wheel -`py -3 setup.py sdist` - build source distribution +* `py -3 setup.py bdist_wheel` - build multi-platform py3 wheel +* `py -3 setup.py sdist` - build source distribution # macOS No standalone build yet. ## Wheel and source dist build -`python3 setup.py bdist_wheel` - build multi-platform py3 wheel -`python3 setup.py sdist` - build source distribution +* `python3 setup.py bdist_wheel` - build multi-platform py3 wheel +* `python3 setup.py sdist` - build source distribution