Skip to content

Commit

Permalink
BUILDING: update cx-Freeze version, formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ihaveamac committed Oct 26, 2020
1 parent 7594d4b commit 43700d7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions BUILDING.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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:
Expand All @@ -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

0 comments on commit 43700d7

Please sign in to comment.